import type { GetStyleState, ResolveVariableAs, SplitStyleProps, Variable } from '../types'; export declare function getLastFontFamilyToken(): any; export declare function setLastFontFamilyToken(value: any): void; export declare const getTokenForKey: (key: string, value: string, styleProps: SplitStyleProps, styleState: Partial) => any; export declare function resolveVariableValue(key: string, valOrVar: Variable | any, resolveValues?: ResolveVariableAs): any; //# sourceMappingURL=getTokenForKey.d.ts.map