import { type AmountProps } from './Amount';
export type PercentProps = Omit<AmountProps, 'currency' | 'currencyDisplay' | 'currencyPosition'>;
declare function Percent(props: PercentProps): import("react/jsx-runtime").JSX.Element;
declare namespace Percent {
    var _supportsSpacingProps: boolean;
}
export default Percent;
