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