import { AnyWidget } from './construct'; export declare const ElementQuery: (fn: (element: Element) => boolean, ...events: string[]) => (proto: AnyWidget, method: string) => void;