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