import { Interpolations } from './translate.service'; import { TranslateDirective } from './translate.directive'; declare class TranslateUppercaseDirective extends TranslateDirective { render(identifier: string, interpolations?: Interpolations): string | symbol; } export { TranslateUppercaseDirective }; export declare const translateUppercase: (identifier: string, interpolations?: Interpolations) => import("lit-html/directive").DirectiveResult; //# sourceMappingURL=translateUppercase.directive.d.ts.map