import { MapRectangleProps } from './types';
declare const MapRectangle: ({ ...rest }: MapRectangleProps) => import("react/jsx-runtime").JSX.Element;
export default MapRectangle;
