import React from 'react'; import { RectCoordinateSystemPropsType } from './interface'; declare const MemoRectCoordinateSystem: React.MemoExoticComponent<(props: RectCoordinateSystemPropsType) => JSX.Element>; export default MemoRectCoordinateSystem;