import type { RouteExtended } from '@lifi/sdk';
import type { TypographyProps } from '@mui/material';
interface TokenRateProps extends TypographyProps {
    route: RouteExtended;
}
export declare const TokenRate: React.FC<TokenRateProps>;
export {};
