import type { FC } from 'react'; import type { OverlayProps } from './Overlay.types'; /** * Overlay - подложка для всплывающих компонент (Modal, Toast и т.д.). */ export declare const Overlay: FC; //# sourceMappingURL=Overlay.d.ts.map