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