import { IconProps } from '../lib';
declare function NumberTwo(props: IconProps): JSX.Element;
export default NumberTwo;
