import React from 'react'; import { SquareProps } from './type'; export type { SquareProps }; declare const Square: React.ForwardRefExoticComponent & React.RefAttributes>; export default Square;