import { AriaLabelingProps } from '../types/a11y-props.js'; /** * Utility function to extract aria-labeling props from component props to easily spread them to the desired child. * @internal */ export declare function useAriaLabelingProps(props: AriaLabelingProps & T): AriaLabelingProps; //# sourceMappingURL=useAriaLabelingProps.d.ts.map