import React from 'react'; import { ILazyVideoProps } from './types'; /** * LazyVideo component for rendering videos with lazy loading functionality. * * This component optimizes video loading by only loading videos when they enter * the viewport, improving performance and reducing bandwidth usage. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/video-lazyvideo--docs * * @requires Requires styles: `@import '~@anton.bobrov/react-components/lib/styles/components/LazyVideo';` */ export declare const LazyVideo: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map