import { type PropsWithChildren } from 'react'; /** * @internal * Context providing enabled new interaction pattern feature. */ export declare const DataTableV2CellInteractionPatternFeature: import("react").Context; /** * @public * Feature provider for the new interaction pattern of the DataTableV2 cell interactions. */ export declare function DataTableV2CellInteractionPattern(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;