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