import { Props } from "./types"; export declare function mergeProps(slotProps: Props, childProps: Props): Props;