/// import { IconProps } from '../../types'; declare const CloseSquare: (allProps: IconProps) => JSX.Element; export default CloseSquare;