/// <reference types="react" />
import { CaptionLanguageStrings } from "../../../../../react-components/src";
/** @private */
export interface CaptionSettingsDrawerStrings {
    /**
     * Label for spoken language/caption language drawerMenuItem
     *
     * @remarks Only displayed when in Teams call, disabled until captions is on
     */
    menuTitle: string;
}
/** @private */
export declare const CaptionLanguageSettingsDrawer: (props: {
    selectLanguage: (language: keyof CaptionLanguageStrings) => void;
    setCurrentLanguage: (language: keyof CaptionLanguageStrings) => void;
    currentLanguage: keyof CaptionLanguageStrings;
    onLightDismiss: () => void;
    strings?: CaptionSettingsDrawerStrings;
    supportedLanguageStrings?: CaptionLanguageStrings;
}) => JSX.Element;
//# sourceMappingURL=CaptionLanguageSettingsDrawer.d.ts.map