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