export declare class CustomStoreData { data: any[]; totalCount: number; constructor(data: any[], totalCount: number); }