import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const radioBoxStyle: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: string; medium: {}; }; }>; export declare const radioIconBoxStyle: string; export declare const radioInputRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: { width: number; height: number; }; medium: { width: number; height: number; }; }; }>; export type RadioRootVariants = RecipeVariants; //# sourceMappingURL=Radio.css.d.ts.map