export declare const renderTitle: (title: string | undefined, translation: (key: string) => string) => string; export declare const renderSubtitle: (subTitle: string | undefined, translation: (key: string, params: Record) => string) => string | undefined; //# sourceMappingURL=render.d.ts.map