export declare const mergeAttributes: , U extends Record>(a: T, b: U) => T & U; export declare const finalizeAttributes: >(attrs: T) => Record;