export declare type CombinePropsAndAttributes = U & { [K in Exclude]?: T[K]; }; //# sourceMappingURL=CombinePropsAndAttributes.d.ts.map