import type { BehaviorTrackingProps } from '../types/behavior-tracking-props.js'; /** * Utility function to extract behavioral tracking props from component props to easily spread them to the desired child. * @internal */ export declare const useBehavioralTrackingProps: (props: TProps) => [BehaviorTrackingProps, Omit];