import { ComponentType, PropsWithChildren } from 'react';
import { StreamCallProviderProps } from '@stream-io/video-react-bindings';
export declare const StreamCall: ComponentType<PropsWithChildren<StreamCallProviderProps>>;
