import React from 'react'; import type { Props as IconComponentProps, IconProps } from '../Icon/Icon'; declare const hlError: ({ size, color, ...props }: IconProps | IconComponentProps) => React.JSX.Element; /** * @deprecated Use Streamline icon */ export default hlError;