import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const DepartmentIcon: FunctionalComponent; export default DepartmentIcon;