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