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