/// export declare const tableConstant: () => { columnKey: string; columnLabel: string; render: (row: any) => JSX.Element; }[]; export declare const tableExpandFields: { columnKey: string; columnLabel: string; render: (row: any) => JSX.Element; }[]; export declare const defaultData: any[];