import type { ImageBaseOverlayInteractiveProps, ImageBaseOverlayNonInteractiveProps } from './types'; export type ImageBaseOverlayProps = ImageBaseOverlayInteractiveProps | ImageBaseOverlayNonInteractiveProps; /** * Оверлей над картинкой. */ export declare const ImageBaseOverlay: ({ className, theme: themeProp, visibility: visibilityProp, ...restProps }: ImageBaseOverlayProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ImageBaseOverlay.d.ts.map