import { postcss } from "opticss"; import { BEMProcessor } from "../util/BEMProcessor"; export declare class BlockNames extends BEMProcessor { "block names in double quotes work"(): Promise; "block names in single quotes work"(): Promise; "block-name property only works in the root ruleset"(): Promise; "doesn't allow a block ref name to collide with a class name"(): void; "cannot combine :scope with a class as a descendant"(): void; "doesn't allow poorly formed names in block-name property"(): Promise; "block-name is removed from output"(): Promise; } //# sourceMappingURL=block-name-test.d.ts.map