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