/// import { BaseIconProps } from '../../types'; declare function SvgError({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgError;