import type { IconProps } from '../../types';
declare const FileCopyLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: File Copy Line
 * @see {@link https://remixicon.com/icon/file-copy-line Remix Icon Docs}
 */
export { FileCopyLine };
