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