declare namespace _default { export { Video as component }; export const title: string; } export default _default; export function Default(): JSX.Element; export function WithOverlay(): JSX.Element; export function Contain(): JSX.Element; export function Cover(): JSX.Element; export function StretchVertically(): JSX.Element; export function StretchHorizontally(): JSX.Element; import Video from "./Video";