declare function mergeProps(slotProps: Record, childProps: Record): { [x: string]: any; }; export { mergeProps };