/// export declare type setColumFunc = (newCol: string) => void; export interface DfConfig { totalRows: number; columns: number; rowsShown: number; sampleSize: number; summaryStats: boolean; reorderdColumns: boolean; } export declare function StatusBar({ config, setConfig }: { config: any; setConfig: any; }): JSX.Element; export declare function StatusBarEx(): JSX.Element; //# sourceMappingURL=StatusBar.d.ts.map