export declare function copyInputAttributes(source: HTMLElement, target: HTMLInputElement | HTMLTextAreaElement): boolean; export declare function copyAttributes(source: HTMLElement, target: HTMLElement, attributes: string[]): boolean;