import * as React from 'react'; import { IconProps } from './utils/iconFactory'; declare const NextIcon: React.FunctionComponent>; export declare type IconAppsProps = IconProps; export { NextIcon as IconApps };