import React from 'react'; export interface DrawingMapExampleProps { apiKey?: string; } export declare function DrawingMapExample({ apiKey }: DrawingMapExampleProps): React.JSX.Element;