export interface DrawingMapExampleProps { apiKey?: string; } export declare function DrawingMapExample({ apiKey }: DrawingMapExampleProps): import("react/jsx-runtime").JSX.Element;