import React from 'react'; export declare const Percentage: ({ value }: { value?: string | undefined; }) => React.JSX.Element;