import type { Node } from 'postcss'; export declare function hasConditionalAncestor(node: Node): boolean;