/// <reference types="react" />
declare const defaultLocaleContext: {
    phrases: {
        'pause-video': string;
        'play-video': string;
        'mute-audio': string;
        'unmute-audio': string;
        'download-transcript': string;
        'view-previous-chapter': string;
        'view-next-chapter': string;
        'close-story': string;
        'gobi-logo': string;
        'custom-logo': string;
        'go-fullscreen': string;
        'exit-fullscreen': string;
    };
};
declare type LocaleContext = typeof defaultLocaleContext;
export declare const useLocale: (bcp47?: string) => LocaleContext;
export declare const localeContext: import("react").Context<{
    phrases: {
        'pause-video': string;
        'play-video': string;
        'mute-audio': string;
        'unmute-audio': string;
        'download-transcript': string;
        'view-previous-chapter': string;
        'view-next-chapter': string;
        'close-story': string;
        'gobi-logo': string;
        'custom-logo': string;
        'go-fullscreen': string;
        'exit-fullscreen': string;
    };
}>;
export {};
