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