import type { RNStyle, UniwindContextType } from '../types'; export declare const getWebStyles: (className: string | undefined, componentProps: Record | undefined, uniwindContext: UniwindContextType) => RNStyle; export declare const getWebVariable: (name: string, uniwindContext: UniwindContextType) => string | undefined;