export declare const getSupportI18nComponents: (isMobile?: boolean) => readonly string[]; export declare const getEventInputBindFn: (isMobile: boolean, value: any, type: string) => "basic" | "i18n" | "expression"; /** * 查询该组件是否支持国际化 * @param compType * @returns */ export declare const getEnableI18n: (compType: string, isMobile?: boolean) => boolean;