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