import { FC } from 'react'; import { IVideoPlayerProps } from './types'; /** * VideoPlayer component for creating HTML5 video players as well as * embedding YouTube and Vimeo videos. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/video-videoplayer--docs * * @requires Requires styles: `@import '~@anton.bobrov/react-components/lib/styles/components/VideoPlayer';` */ export declare const VideoPlayer: FC; export * from './Mp4'; export * from './Mp4/types'; export * from './Vimeo'; export * from './Vimeo/types'; export * from './YouTube'; export * from './YouTube/types'; //# sourceMappingURL=index.d.ts.map