/// interface IProps { width?: string; height?: string; color?: string; className?: string; } declare function SvgWarning(props: IProps): JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;