/// <reference types="react" />
declare const NumberOne: (props: any, ref: any) => JSX.Element;
export default NumberOne;
