import { HTMLChakraProps } from "../system"; export interface StatLabelProps extends HTMLChakraProps<"dt"> { } export declare const StatLabel: import("../system").ComponentWithAs<"dt", StatLabelProps>;