import { RefedMixin, SRule, StylableMeta } from './stylable-processor'; import { StylableTransformer } from './stylable-transformer'; import { Pojo } from './types'; export declare function appendMixins(transformer: StylableTransformer, rule: SRule, meta: StylableMeta, variableOverride?: Pojo, path?: string[]): void; export declare function appendMixin(mix: RefedMixin, transformer: StylableTransformer, rule: SRule, meta: StylableMeta, variableOverride?: Pojo, path?: string[]): void; //# sourceMappingURL=stylable-mixins.d.ts.map