/// import * as react from 'react'; import { ComponentProps } from 'react'; import { C as CommonProps } from '../types-6fqaupRi.js'; type PolygonProps = ComponentProps; declare const Polygon: react.ForwardRefExoticComponent void; onContextMenu: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onDblClick: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onMouseDown: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onMouseUp: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onMouseMove: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onMouseOut: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onMouseOver: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onRightClick: (this: google.maps.Polygon, e: google.maps.PolyMouseEvent) => void; onDrag: (this: google.maps.Polygon, e: google.maps.MapMouseEvent) => void; onDragEnd: (this: google.maps.Polygon, e: google.maps.MapMouseEvent) => void; onDragStart: (this: google.maps.Polygon, e: google.maps.MapMouseEvent) => void; } & { draggable: boolean; editable: boolean; paths: NonNullable>; visible: boolean; } & CommonProps> & react.RefAttributes>; export { type PolygonProps, Polygon as default };