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