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