import { Progress as ProgressPrimitive } from 'radix-ui'; declare const getUsageBgClass: (progress: number) => "bg-red-500" | "bg-orange-500" | "bg-yellow-500" | "bg-green-500" | "bg-cyan-500"; declare const MeterUsage: import("react").MemoExoticComponent, "ref"> & import("react").RefAttributes>>; export { getUsageBgClass, MeterUsage };