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