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