declare const _default: {
    edit: import('../types').EditFormDefinition<{
        type: "softRequiredErrors";
        id: string;
        key: string;
        openForms?: {
            translations?: {
                en?: {
                    html?: string | undefined;
                } | undefined;
                nl?: {
                    html?: string | undefined;
                } | undefined;
            } | undefined;
        } | undefined;
        html: string;
    }>;
    editSchema: import('../types').EditSchema;
    preview: {
        panel: null;
        designer: React.FC<import('../types').ComponentPreviewProps<{
            type: "softRequiredErrors";
            id: string;
            key: string;
            openForms?: {
                translations?: {
                    en?: {
                        html?: string | undefined;
                    } | undefined;
                    nl?: {
                        html?: string | undefined;
                    } | undefined;
                } | undefined;
            } | undefined;
            html: string;
        }>>;
    };
    formDesigner: {
        label: {
            description: string;
            defaultMessage: string;
        };
    };
    builderInfo: {
        title: string;
        icon: string;
        schema: {
            openForms?: {
                translations?: {
                    en?: {
                        html?: string | undefined;
                    } | undefined;
                    nl?: {
                        html?: string | undefined;
                    } | undefined;
                } | undefined;
            } | undefined;
            html: string;
            key: string;
            id: string;
            type: "softRequiredErrors";
        };
    };
    defaultValue: undefined;
};
export default _default;
