import type { ContainerCondition as CSSContainerCondition } from "lightningcss"; import type { MediaCondition } from "./compiler.types"; import type { StylesheetBuilder } from "./stylesheet"; export declare function parseContainerCondition(condition: CSSContainerCondition, builder: StylesheetBuilder): MediaCondition | undefined; //# sourceMappingURL=container-query.d.ts.map