import type { OrderedSXResolved } from '../types'; export type DeclarationType = 'boot' | 'forwarded'; export declare class StyleInjector { #private; constructor(); declare(orderedSXResolved: OrderedSXResolved, _wrapperElementId: string, _styleTagId?: any, extendedConfig?: any): any; resolve(cssIds: any, CONFIG: any, ExtendedConfig: any, resolve?: any, declarationType?: string, ignoreKeys?: Set): any; update(orderResolvedStyleMap: any): any; inject(toBeInjected: any, inlineStyleMap: any): void; resolveComponentTheme(componentTheme: any, theme: any, componentExtendedConfig: any, componentHashKey: any, CONFIG: any, declarationType?: string, ignoreKeys?: Set): void; getStyleMap(): any; injectStyles(cssRuleset: any, _wrapperType: any, _styleTagId: any, inlineStyleMap: any, id: any): void; } export declare const GluestackStyleSheet: StyleInjector; //# sourceMappingURL=index.d.ts.map