import { ComponentProps } from '../internals/utils';
export type StatValueUnitProps = ComponentProps;
declare const StatValueUnit: import("../internals/types").RsRefForwardingComponent<"span", ComponentProps>;
export default StatValueUnit;
