export const NATIVE_MODULE_NAME: "RCTMGLCallout"; export default Callout; /** * Callout that displays information about a selected annotation near the annotation. */ declare class Callout extends React.PureComponent { static propTypes: any; constructor(props: any); constructor(props: any, context: any); get _containerStyle(): any[]; get _hasChildren(): boolean; _renderDefaultCallout(): JSX.Element; _renderCustomCallout(): JSX.Element; render(): JSX.Element; } import React from "react"; //# sourceMappingURL=Callout.d.ts.map