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