export type Attributes = Record; export declare const inheritAttributes: (element: HTMLElement, attributes?: string[]) => Attributes;