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