/** * Recipe configuration for the Separator component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const separatorRecipe: import('@chakra-ui/react').RecipeDefinition<{ orientation: { horizontal: { width: "100%"; height: "25"; }; vertical: { width: "25"; height: "100%"; }; }; }>;