/** * Slot recipe configuration for the DataTable component. * Defines the styling variants, base styles, and slots using Chakra UI's slot recipe system. */ export declare const dataTableSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "body" | "footer" | "header" | "table" | "cell" | "row" | "column" | "selectionCell" | "nestedIcon" | "headerSortIcon" | "columnResizer", { truncated: { true: { root: { "& .truncated-cell": { maxWidth: "200px"; overflow: "hidden"; textOverflow: "ellipsis"; whiteSpace: "nowrap"; }; }; }; }; density: { default: { cell: { paddingTop: "400"; paddingBottom: "400"; }; }; condensed: { cell: { paddingTop: "300"; paddingBottom: "300"; }; }; }; }>;