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