export declare function mergeProps<T extends Record<string, unknown>>(defaultProps: T, props: T): T;
