export declare const moneyInputRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "container" | "currencySelect" | "currencyLabel" | "amountInput" | "badge", { size: { sm: { root: { fontSize: "fontSize.20"; minWidth: "280px"; }; currencySelect: { padding: "0 spacing.20"; }; amountInput: { paddingRight: "spacing.30"; }; currencyLabel: { fontSize: "300"; lineHeight: "450"; }; }; md: { root: { fontSize: "fontSize.30"; minWidth: "360px"; }; currencySelect: { padding: "0 spacing.25"; }; amountInput: { paddingRight: "spacing.40"; }; currencyLabel: { fontSize: "350"; lineHeight: "500"; }; }; }; }>;