import { BEMProcessor } from "./util/BEMProcessor"; export declare class BlockInheritance extends BEMProcessor { "can import another block"(): Promise; "can unset an inherited property"(): Promise; "inheritance conflicts automatically resolve to the base class"(): Promise; "README inheritance example"(): Promise; "inheritance conflicts automatically resolve pseudoelements to the base class"(): Promise; "multiple rulesets for the same target object pseudoelement get resolved"(): Promise; "multiple selectors in ruleset for object get resolved"(): Promise; "longhand inheritance conflicts automatically resolve to the base class"(): Promise; } //# sourceMappingURL=block-inheritance-test.d.ts.map