import type { IconProps } from './icon.types'; export declare const WarningIcon: ({ width, height, className, color }: IconProps) => string;