import React from 'react'; import { MagnifyProps } from './type'; declare const Magnify: React.FC; export default Magnify;