export interface Capturable extends HTMLElement { capture: () => () => void; } export declare function isCapturable(elt: HTMLElement): elt is Capturable;