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