export declare const FormCollapse: {
    "ru-RU": {
        title: string;
        addCollapsePanel: string;
        settings: {
            "x-component-props": {
                accordion: string;
                collapsible: {
                    title: string;
                    dataSource: string[];
                };
                ghost: string;
                bordered: string;
            };
        };
    };
    "en-US": {
        title: string;
        addCollapsePanel: string;
        settings: {
            "x-component-props": {
                accordion: string;
                collapsible: {
                    title: string;
                    dataSource: string[];
                };
                ghost: string;
                bordered: string;
            };
        };
    };
};
export declare const FormCollapsePanel: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                collapsible: {
                    title: string;
                    dataSource: string[];
                };
                header: string;
                extra: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                collapsible: {
                    title: string;
                    dataSource: string[];
                };
                header: string;
                extra: string;
            };
        };
    };
};
