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