import type { IconProps } from '../../types';
declare const CheckLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Check Line
 * @see {@link https://remixicon.com/icon/check-line Remix Icon Docs}
 */
export { CheckLine };
