import type { DataTableExpandableRowWrapperProps } from '../row-details-types.js'; /** * Wrapper helper for the DataTable.ExpandableRow that will automatically sync * specific style properties like row padding for rowDensity variant settings. * * Sets `role="cell"` on its root element to satisfy ARIA grid semantics * inside the expandable row's `role="row"` container. * @public */ export declare function DataTableExpandableRowWrapper(props: Readonly): import("react").JSX.Element; //# sourceMappingURL=ExpandableRowWrapper.d.ts.map