export declare const Card: {
    "ru-RU": {
        title: string;
        settings: {
            "x-component-props": {
                type: string;
                title: string;
                extra: string;
                cardTypes: {
                    label: string;
                    value: string;
                }[];
            };
        };
    };
    "en-US": {
        title: string;
        settings: {
            "x-component-props": {
                type: string;
                title: string;
                extra: string;
                cardTypes: {
                    label: string;
                    value: string;
                }[];
            };
        };
    };
};
