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