/** * DraggableList recipe - styling for DraggableList component * Supports various sizes, styling for drag and drop elements */ export declare const draggableListSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "item" | "empty" | "itemContent", { size: { sm: {}; md: { item: { minH: "800"; }; }; }; }>;