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