import { StyleSheet, StylerSheetResolveContext, ResolvedStyleSheet } from './types'; /** * Resolves style sheet */ export declare function resolveStyleSheet(styleSheet: StyleSheet, ctx: StylerSheetResolveContext): ResolvedStyleSheet; //# sourceMappingURL=resolveStyleSheet.d.ts.map