import type { GetStyleState, SplitStyleProps } from '../types'; /** * web: resolves embedded $tokens in compound CSS strings via simple regex replacement. */ export declare function platformResolveValue(_key: string, value: string, styleProps: SplitStyleProps, styleState: Partial): string; //# sourceMappingURL=platformResolveValue.d.ts.map