import { FC, CSSProperties } from 'react'; interface IconProps { color?: string; size?: number; style?: CSSProperties; } declare const Next: FC; export default Next;