import type { IconProps } from '../../types';
declare const ArrowLeftDownLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Arrow Left Down Line
 * @see {@link https://remixicon.com/icon/arrow-left-down-line Remix Icon Docs}
 */
export { ArrowLeftDownLine };
