import { CSSProperties } from 'react'; import { DFWhole } from './staticData'; export declare type setColumFunc = (newCol: string) => void; export declare function DFViewer({ df, style, activeCol, setActiveCol }?: { df: DFWhole; style?: CSSProperties; activeCol?: string; setActiveCol?: setColumFunc; }): JSX.Element; //# sourceMappingURL=DFViewer.d.ts.map