export { Block, isBlock } from "./Block"; export { BlockClass, Composition, isBlockClass } from "./BlockClass"; export { Attribute, isAttribute } from "./Attribute"; export { AttrValue, isAttrValue } from "./AttrValue"; export { Ruleset, RulesetContainer } from "./RulesetContainer"; export { isStyle, Styles as Style } from "./Styles"; //# sourceMappingURL=index.d.ts.map