import type { TextStyle } from 'react-native'; import type { CustomTheme } from 'rnsx'; import type { MergeTheme } from '../merge-theme'; import type { StyleContextValue } from '../style-context'; import type { ThemeContextValue } from '../theme-context'; export declare type TrackingValue = keyof MergeTheme['tracking']; export declare function tracking(value: TrackingValue, context: StyleContextValue, theme: ThemeContextValue): TextStyle; //# sourceMappingURL=tracking.d.ts.map