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