import type { GetStyleState, SplitStyleProps } from '../types'; /** * native: resolves embedded $tokens, with DynamicColorIOS placeholder * support for boxShadow/textShadow/backgroundImage. */ export declare function platformResolveValue(key: string, value: string, styleProps: SplitStyleProps, styleState: Partial): any; //# sourceMappingURL=platformResolveValue.native.d.ts.map