import { VNode } from '../../';
export declare function matchesSelector(cssSelector: string, vNode: VNode): boolean;
