import React from 'react'; import type { ISquareProps } from './types'; declare const _default: React.MemoExoticComponent<({ style, size, ...props }: ISquareProps) => JSX.Element>; export default _default;