import { BEMProcessor } from "../util/BEMProcessor"; export declare class BEMOutputMode extends BEMProcessor { "cannot select attributes in the html namespace"(): Promise; "supports arbitrary whitespace in combinators"(): Promise; "replaces block with the blockname from the file"(): Promise; "handles pseudoclasses on the :scope"(): Promise; "handles states"(): Promise; "handles states on scopes"(): Promise; "handles comma-delimited states"(): Promise; "a state can be combined with itself"(): Promise; "checkbox with sibling label"(): Promise; "handles exclusive states"(): Promise; "handles exclusive states with single quotes"(): Promise; "handles exclusive states with double quotes"(): Promise; "handles comma-delimited exclusive states"(): Promise; "a exclusive state can be combined with itself"(): Promise; "handles classes"(): Promise; "handles classes with states"(): Promise; "handles classes with class states"(): Promise; "handles root states with class states"(): Promise; } //# sourceMappingURL=block-construction-test.d.ts.map