import { UseInputMediaDeviceOptions } from '@stream-io/video-react-bindings';
import { PropsWithErrorHandler } from '../../utilities/callControlHandler';
export type ScreenShareButtonProps = PropsWithErrorHandler<{
    caption?: string;
} & UseInputMediaDeviceOptions>;
export declare const ScreenShareButton: (props: ScreenShareButtonProps) => import("react/jsx-runtime").JSX.Element;
