import { FunctionComponent, PropsWithChildren } from 'react';
/**
 * Props for the Pin component
 */
export type PinProps = PropsWithChildren<google.maps.marker.PinElementOptions>;
/**
 * Component to configure the appearance of an AdvancedMarker
 */
export declare const Pin: FunctionComponent<PinProps>;
