declare const formatPercent: (inputValue: string, showPercentageSign?: boolean) => string; export default formatPercent;