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