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. * @public */ export declare function DataTableExpandableRowWrapper(props: Readonly): import("react/jsx-runtime").JSX.Element;