export declare const Cascader: { 'zh-CN': { title: string; settings: { 'x-component-props': { changeOnSelect: { title: string; tooltip: string; }; displayRender: { title: string; tooltip: string; }; fieldNames: { title: string; tooltip: string; }; }; }; }; 'en-US': { title: string; settings: { 'x-component-props': { changeOnSelect: { title: string; tooltip: string; }; displayRender: { title: string; tooltip: string; }; fieldNames: { title: string; tooltip: string; }; }; }; }; 'ko-KR': { title: string; settings: { 'x-component-props': { changeOnSelect: { title: string; tooltip: string; }; displayRender: { title: string; tooltip: string; }; fieldNames: { title: string; tooltip: string; }; }; }; }; };