import type { BehaviorTrackingProps } from '../../../core/types/behavior-tracking-props.js'; /** * Extracts behavioral tracking props from a component's props object. * Used in slot iterators to thread tracking props through to core components. * @internal */ export declare const extractBehaviorTrackingProps: (props: object) => BehaviorTrackingProps;