/** * Recipe configuration for the Checkbox component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const checkboxSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "label" | "indicator", { size: { md: { label: { fontSize: "350"; fontWeight: "400"; lineHeight: "400"; }; indicator: { w: "400"; h: "400"; zIndex: number; _after: { position: "absolute"; content: "''"; width: "600"; height: "600"; zIndex: number; }; }; }; }; }>;