/// <reference types="react" />
import { ControlBarButtonStyles } from "../../../../../../react-components/src";
import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions';
/**
 * @private
 */
export declare const Microphone: (props: {
    displayType?: CallControlDisplayType;
    styles?: ControlBarButtonStyles;
    splitButtonsForDeviceSelection?: boolean;
    disabled?: boolean;
    disableTooltip?: boolean;
    isDeepNoiseSuppressionOn?: boolean;
    onClickNoiseSuppression?: () => void;
    showNoiseSuppressionButton?: boolean;
}) => JSX.Element;
//# sourceMappingURL=Microphone.d.ts.map