/**
 * Returns true if the :has selector is supported in the browser
 */
export declare const supportsHas: () => boolean | undefined;
