import { VNode } from 'snabbdom/vnode'; export declare function findMatches(cssSelector: string, vNode: VNode): Array;