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