export interface VideoPlayerProps {
    srcobject: any;
    addstyle: any;
    cssclass: any;
}
export declare function VideoPlayer(props: VideoPlayerProps): JSX.Element;
