import type { AnyProps } from "./types.js";
export declare function mergeProps(slotProps: AnyProps, childProps: AnyProps): {
    [x: string]: any;
};
