/// import { Percent } from '@ubeswap/sdk'; /** * Formatted version of price impact text with warning colors */ export default function FormattedPriceImpact({ priceImpact }: { priceImpact?: Percent; }): JSX.Element;