import { BEMProcessor } from "./util/BEMProcessor"; export declare class BlockInheritance extends BEMProcessor { "results in an error betwixt properties"(): Promise; "results in an error without concrete value"(): Promise; "with a yield"(): Promise; "with an override"(): Promise; "for states combined with the resolution target"(): Promise; "for states combined with the resolution source"(): Promise; "for states combined with the resolution source involving child combinators"(): Promise; "for states combined with the resolution source both involving child combinators"(): Promise; "of short-hand properties conflicting with long-hand properties"(): Promise; "when the property is repeated all values are copied."(): Promise; "doesn't concern selectors that don't conflict."(): Promise; "errors when no selectors conflict."(): Promise; "doesn't create a resolution if the values are the same but it also doesn't error."(): Promise; "resolves conflicts against a sub-block"(): Promise; "resolves block roots"(): Promise; "resolves block roots in media queries"(): Promise; "resolves root states"(): Promise; "resolves class states"(): Promise; "resolves pseduoelement override"(): Promise; "resolves pseduoelement yield"(): Promise; "compatible but different combinators"(): Promise; "handles custom properties and shorthand/longhand conflict resolution somehow"(): void; "for states combined with the resolution source has adjacent selectors"(): Promise; "resolving to your own block is illegal"(): Promise; "resolving to your super block is illegal"(): Promise; } //# sourceMappingURL=resolution-test.d.ts.map