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