import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const LocationCityTwoTone: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default LocationCityTwoTone;
