/// import { EditorProps } from '@supabase/react-data-grid'; export declare function DateEditor({ row, column, onRowChange, onClose, }: EditorProps): JSX.Element;