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