import { FC } from 'react'; import { IBaseVideoModalProps } from './types'; /** * BaseVideoModal component for displaying videos in a modal dialog. * * This component combines the functionality of a modal with a video player, * providing a seamless way to present video content in a focused overlay. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/modals-basevideomodal--docs * * @requires Requires styles: `@import '~@anton.bobrov/react-components/lib/styles/components/BaseVideoModal';` */ export declare const BaseVideoModal: FC; //# sourceMappingURL=index.d.ts.map