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