/// export declare const isVideoUrl: (url?: string) => boolean | RegExpMatchArray; declare const VideoPlayer: ({ url }: { url: string; }) => JSX.Element; export default VideoPlayer;