import type { ComponentType } from 'react'; import type { Coords, SharedLocationResponse } from 'stream-chat'; export type GeolocationMapProps = Coords; export type GeolocationProps = { location: SharedLocationResponse; GeolocationAttachmentMapPlaceholder?: ComponentType; GeolocationMap?: ComponentType; }; export declare const Geolocation: ({ GeolocationAttachmentMapPlaceholder, GeolocationMap, location, }: GeolocationProps) => import("react/jsx-runtime").JSX.Element; export type GeolocationAttachmentMapPlaceholderProps = { location: SharedLocationResponse; }; //# sourceMappingURL=Geolocation.d.ts.map