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;
    };
    defaultValue: undefined;
};
export default _default;
