import { ComponentProps } from 'react'; import { MagnifyContainer } from "./MaginfyContainer"; export declare type PropTypes = ComponentProps; export declare const InPlaceMagnifyContainer: (props: PropTypes) => JSX.Element; //# sourceMappingURL=InPlaceMagnifyContainer.d.ts.map