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