import { ResolvedStyleSheet, StyleSheet, StylerSheetResolveContext } from './types'; /** * Resolves style sheets and merges them using depth first algorithm from right to left */ export declare function resolveStyleSheets(styleSheets: StyleSheet[], ctx: StylerSheetResolveContext): ResolvedStyleSheet; //# sourceMappingURL=resolveStyleSheets.d.ts.map