import { TranslationKey } from './HipaaIcon.types'; export declare const getTranslation: (translate: (key: string) => string | undefined, key: TranslationKey) => string;