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