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