import React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
export declare type Props = {
    theme: any;
    height: string;
    parseHandler: string;
    allowCustomTypes: boolean;
    source: string;
};
export declare const DatasetEditor: React.FC<FormComponentProps<Props>>;
