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