import { IconProps } from '../types'; declare function InterventionAppIcon({ width, height, className, 'data-testid': PAGE_NAME, }: IconProps): JSX.Element; export default InterventionAppIcon; //# sourceMappingURL=InterventionAppIcon.d.ts.map