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