import { HTMLChakraProps } from "../system";
export interface StatHelpTextProps extends HTMLChakraProps<"dd"> {
}
export declare const StatHelpText: import("../system").ComponentWithAs<"dd", StatHelpTextProps>;
