/** * Recipe configuration for the SplitButton component. * Defines the styling variants and base styles using Chakra UI's slot recipe system. */ export declare const splitButtonSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "buttonGroup" | "primaryButton" | "dropdownTrigger", { variant: { solid: { dropdownTrigger: { borderLeftColor: "colorPalette.contrast"; }; }; ghost: { dropdownTrigger: { borderLeftColor: "colorPalette.7"; }; }; outline: {}; subtle: {}; link: {}; }; }>;