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