import { ComponentProps } from '../internals/utils';
export type StatHelpTextProps = ComponentProps;
declare const StatHelpText: import("../internals/types").InternalRefForwardingComponent<"span", Partial<ComponentProps>, never> & Record<string, never>;
export default StatHelpText;