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