import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Use when something needs attention * @public */ export declare const WarningIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };