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