import type { IconProps } from '../../types';
/**
 * Remix Icon: Login Box Line
 * @see {@link https://remixicon.com/icon/login-box-line Remix Icon Docs}
 */
export declare const LoginBoxLine: import("react").MemoExoticComponent<(_props: IconProps) => import("react").JSX.Element>;
