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