import { HTMLAttributes } from "react";
import { StatProps } from "./StatProps";
export type { StatProps };
export declare const StatContextDefault: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export declare const StatContext: import("react").Context & import("react").RefAttributes>>;
export declare const Stat: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;