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