import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const PercentageIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link PercentageIcon} instead.
 */
export declare const Percentage: typeof PercentageIcon;
export default PercentageIcon;
