import { IconProps } from '../Icon'; declare function SvgWarning(props: IconProps): JSX.Element; export default SvgWarning;