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