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