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