import { EditorComponent } from '@tomino/dynamic-form';
export declare type CheckBoxProps = {
    text: string;
};
export declare const CheckboxEditor: EditorComponent;
