export declare const Card: { 'zh-CN': { 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; }[]; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { type: string; title: string; extra: string; cardTypes: { label: string; value: string; }[]; }; }; }; };