import type { BehaviorTrackingProps } from '../types/behavior-tracking-props.js'; /** * @internal */ export declare const behaviorTrackingPropKeys: ReadonlyArray; /** * Extracts behavior tracking props (data-dt-*) from an object. * @internal */ export declare function extractBehaviorTrackingProps(props: object): BehaviorTrackingProps;