import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const ServiceArea: Type & { AdministrativeArea: Type; Place: Type; GeoShape: Type; }; export { ServiceArea };