import type { ForwardRefExoticComponent, RefAttributes } from 'react'; import { PopupBaseProps } from '.'; /** * Базовый компонент PopupBase. */ export declare const PopupBase: ForwardRefExoticComponent>;