export declare const i18nKeys: {
    readonly ACCESSIBILITY_SETTINGS: "accessibilitySettings";
    readonly RESET_ALL_SETTINGS: "resetAllSettings";
    readonly CLOSE_MENU: "closeMenu";
    readonly OPEN_ACCESSIBILITY_MENU: "openAccessibilityMenu";
    readonly CLOSE_ACCESSIBILITY_MENU: "closeAccessibilityMenu";
    readonly POWERED_BY_PREFIX: "footer.poweredByPrefix";
    readonly TONE_ACCESSIBILITY_LINK_TEXT: "footer.toneAccessibilityLinkText";
    readonly PRIVACY_POLICY: "footer.privacyPolicy";
    readonly TERMS_OF_SERVICE: "footer.termsOfService";
    readonly ALL_RIGHTS_RESERVED: "footer.allRightsReserved";
};
export type TranslationKey = (typeof i18nKeys)[keyof typeof i18nKeys];
