/// <reference types="react" />
export declare type IditorProps = {
    onChange: any;
    value: any;
    className: string;
    style: React.CSSProperties;
};
export declare type ObjEditorProps = {
    config: Array<any>;
} & IditorProps;
