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