import { FunctionComponent } from 'react'; declare type PercentBadgeProps = { amount?: number; }; declare const PercentBadge: FunctionComponent; export default PercentBadge;