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