import { HTMLAttributes } from "react"; import { StatsProps } from "./StatsProps"; import "./stats.scss"; export type { StatsProps }; export declare const StatsContextDefault: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const StatsContext: import("react").Context & import("react").RefAttributes>>; export declare const Stats: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;