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