/// import { EditorProps } from '@supabase/react-data-grid'; export declare function JsonEditor({ row, column, onRowChange, }: EditorProps): JSX.Element; export declare const prettifyJSON: (value: string) => string; export declare const minifyJSON: (value: string) => string; export declare const verifyJSON: (value: string) => boolean;