/// import type { IconType } from "./Icon/types"; declare function Location(props: IconType): JSX.Element; export default Location;