export declare const FormTab: {
    "ru-RU": {
        title: string;
        addTabPane: string;
        settings: {
            "x-component-props": {
                animated: string;
                centered: string;
                tab: string;
                type: {
                    title: string;
                    dataSource: {
                        label: string;
                        value: string;
                    }[];
                };
            };
        };
    };
    "en-US": {
        title: string;
        addTabPane: string;
        settings: {
            "x-component-props": {
                animated: string;
                centered: string;
                tab: string;
                type: {
                    title: string;
                    dataSource: {
                        label: string;
                        value: string;
                    }[];
                };
            };
        };
    };
};
export declare const FormTabPane: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                tab: string;
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                tab: string;
            };
        };
    };
};
