export declare type MessageName = 'css_description' | 'css_name' | 'featureAlternative' | 'featureNotSupported' | 'html_description' | 'html_name' | 'learnMoreCSS' | 'learnMoreHTML'; export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string; //# sourceMappingURL=i18n.import.d.ts.map