export declare class ApvGridObj { subsection?: string; isSubsection: boolean; usePagination: boolean; title: string; getData: { environment: string; apiPath: string; customObjName: string; reqObj: any; }; tableInput: { isSeq: boolean; headerList: any; bodyList: any; }; ApvGridObj(): void; }