import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const inputLabelBaseRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { default: string; small: string; }; disabled: { true: string; false: string; }; }>; export type InputLabelBaseRecipeVariants = RecipeVariants; //# sourceMappingURL=Label.css.d.ts.map