import type { IconProps } from '../types/index'; declare function SvgWarningLarge(iconProps: IconProps): JSX.Element; declare namespace SvgWarningLarge { var displayName: string; } export default SvgWarningLarge;