export declare const Video: ({ src, style, actived }: { src: string; style: object; actived: boolean; }) => import("react/jsx-runtime").JSX.Element;