import { ControlBarButtonStyles } from "../../../../../../react-components/src";
import React from 'react';
import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions';
import { IButton } from '@fluentui/react';
/**
 * @private
 */
export declare const Camera: (props: {
    displayType?: CallControlDisplayType;
    styles?: ControlBarButtonStyles;
    splitButtonsForDeviceSelection?: boolean;
    disabled?: boolean;
    onClickVideoEffects?: (showVideoEffects: boolean) => void;
    componentRef?: React.RefObject<IButton>;
    disableTooltip?: boolean;
}) => JSX.Element;
//# sourceMappingURL=Camera.d.ts.map