export declare const mergeObjectsStyles: <T extends object, S extends object>(target: T, source: S) => Partial<T & S>;
