import { StreamVideoProps } from '@stream-io/video-react-bindings';
import { PropsWithChildren } from 'react';
export declare const StreamVideo: {
    (props: PropsWithChildren<StreamVideoProps>): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
