interface DelegatedHost { addDelegatedListener(type: string, selector: string, handler: (e: Event) => void): void; } export declare function attachCopyDelegation(host: DelegatedHost): void; export {};