declare const _default: {
    edit: import('../types').EditFormDefinition<{
        type: "content";
        id: string;
        key: string;
        hidden?: boolean | undefined;
        showInSummary?: boolean | undefined;
        showInEmail?: boolean | undefined;
        showInPDF?: boolean | undefined;
        conditional?: {
            show?: boolean;
            when?: string;
            eq?: string | number | boolean;
        } | undefined;
        openForms?: {
            translations?: {
                en?: {
                    html?: string | undefined;
                } | undefined;
                nl?: {
                    html?: string | undefined;
                } | undefined;
            } | undefined;
        } | undefined;
        html: string;
        customClass?: "" | "success" | "info" | "warning" | "error" | undefined;
    }>;
    editSchema: import('../types').EditSchema;
    preview: {
        panel: null;
        designer: React.FC<import('../types').ComponentPreviewProps<{
            type: "content";
            id: string;
            key: string;
            hidden?: boolean | undefined;
            showInSummary?: boolean | undefined;
            showInEmail?: boolean | undefined;
            showInPDF?: boolean | undefined;
            conditional?: {
                show?: boolean;
                when?: string;
                eq?: string | number | boolean;
            } | undefined;
            openForms?: {
                translations?: {
                    en?: {
                        html?: string | undefined;
                    } | undefined;
                    nl?: {
                        html?: string | undefined;
                    } | undefined;
                } | undefined;
            } | undefined;
            html: string;
            customClass?: "" | "success" | "info" | "warning" | "error" | undefined;
        }>>;
    };
    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;
            showInSummary?: boolean | undefined;
            showInEmail?: boolean | undefined;
            showInPDF?: boolean | undefined;
            hidden?: boolean | undefined;
            conditional?: {
                show?: boolean;
                when?: string;
                eq?: string | number | boolean;
            } | undefined;
            customClass?: "" | "success" | "info" | "warning" | "error" | undefined;
            id: string;
            type: "content";
        };
    };
    defaultValue: undefined;
};
export default _default;
