import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Departments: React.MemoExoticComponent>; declare type DepartmentsRef = PathIconRef; declare type DepartmentsProps = PathIconProps; export { Departments }; export type { DepartmentsRef, DepartmentsProps }; export default Departments;