import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const INPUT_ICON_SIZE_MAP: Record['size']>, number>; export declare const inputWrapperRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ hasBorder: { true: string; false: { borderColor: "transparent"; }; }; }>; export declare const inputWithIconWrapperRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { large: string; default: string; small: string; }; }>; export type InputWithIconWrapperRecipeVariants = RecipeVariants; export declare const inputStyle: string; //# sourceMappingURL=Input.css.d.ts.map