import { ReactNode } from 'react'; interface StatProps { children: ReactNode; } declare const StyledStat: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, StatProps>>; export default StyledStat;