import { SheetColumnDefinition } from '../types'; interface Props { column: SheetColumnDefinition; } export default function SheetDataEditorHeader({ column }: Props): any; export {}; //# sourceMappingURL=SheetDataEditorHeader.d.ts.map