import { default as React } from 'react'; import { IconProps } from './Icon'; export type FadeIconProps = IconProps & { duration?: number; }; export declare function FadeIcon(props: FadeIconProps): React.ReactElement;