import type { Node } from 'postcss';
export declare const atSupportsHwbParams = "(color: hwb(0 0% 0%))";
export declare function hasSupportsAtRuleAncestor(node: Node): boolean;
