import { ComponentProps } from 'react'; import { MagnifyContainer } from "./MaginfyContainer"; import type { PortalProps } from "./types"; export interface PropTypes extends ComponentProps { portalProps?: PortalProps; } export declare const MagnifyContainerPortal: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=MagnifyContainerPortal.d.ts.map