1 2 3 4 5
export declare class CustomStoreData { data: any[]; totalCount: number; constructor(data: any[], totalCount: number); }