/// <reference types="react" />
import { ControlBarButtonProps, ControlBarButtonStyles } from "../../../../../react-components/src";
import { CallControlDisplayType } from '../types/CommonCallControlOptions';
/**
 * @private
 */
export interface DtmfDialerButtonProps extends ControlBarButtonProps {
    displayType?: CallControlDisplayType;
    styles?: ControlBarButtonStyles;
}
/**
 * Button for showing and hiding the dtmf dialer in the Call composite.
 * To be used only if the more button control is disabled. This button will replace
 * it in the control bar unless it is also disabled.
 * @private
 */
export declare const DtmfDialpadButton: (props: DtmfDialerButtonProps) => JSX.Element;
//# sourceMappingURL=DtmfDialerButton.d.ts.map