import type { AllHTMLAttributes } from 'react'; import type { HasRootRef } from '../types'; type BaseProps = HasRootRef & Pick, 'className' | 'style'>; export declare const useMergeProps: (originalProps: T, slotProps?: T | undefined) => T; export {}; //# sourceMappingURL=useMergeProps.d.ts.map