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