import React from 'react'; import { LiquidStatsProps } from './LiquidStats.types'; declare const LiquidStats: React.FC; export default LiquidStats;