import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const checkboxBoxStyle: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: string; medium: {}; }; }>; export declare const checkboxIconBoxStyle: string; export declare const checkboxInputRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: (string | { width: number; height: number; })[]; medium: (string | { width: number; height: number; })[]; }; }>; export type CheckboxInputVariants = RecipeVariants; //# sourceMappingURL=Checkbox.css.d.ts.map