/// import { EditorProps } from '@supabase/react-data-grid'; export declare function DateTimeEditor(props: EditorProps): JSX.Element; export declare function DateTimeWithTimezoneEditor(props: EditorProps): JSX.Element;