import type { ValuesOf } from "../../util/typings.js"; /** Size values for {@link Label}. */ export declare const LabelSizes: { readonly small: "small"; readonly medium: "medium"; readonly large: "large"; }; export type LabelSize = ValuesOf; /** Weight values for {@link Label}. */ export declare const LabelWeights: { readonly regular: "regular"; readonly semibold: "semibold"; }; export type LabelWeight = ValuesOf; //# sourceMappingURL=label.options.d.ts.map