import { Meter as MeterPrimitive } from '@base-ui/react'; export declare function MeterLabel({ className, ...props }: MeterPrimitive.Label.Props): import("react/jsx-runtime").JSX.Element; export declare namespace MeterLabel { var displayName: string; } export declare function MeterValue({ className, ...props }: MeterPrimitive.Value.Props): import("react/jsx-runtime").JSX.Element; export declare namespace MeterValue { var displayName: string; } //# sourceMappingURL=meter-misc.d.ts.map