import { FC } from 'react';
import { IHeroVideoProps } from '../types/components.mjs';
import 'next/image';
import 'next/link';
import 'react-player';

declare const HeroVideo: FC<IHeroVideoProps>;

export { HeroVideo };
