import { type ViewStyle, type TextStyle } from "react-native"; import { type StatsSkin } from "./stats.shared.js"; export type Surface = "card" | "plain"; export declare const row: ViewStyle; export declare const item: Record; export declare const sparkStrip: ViewStyle; export declare const headerRow: ViewStyle; export declare const headerTrailing: ViewStyle; export declare function deltaTone(dark: boolean, down: boolean): TextStyle; export declare const webSkin: StatsSkin; export declare const iosSkin: StatsSkin; export declare const androidSkin: StatsSkin; //# sourceMappingURL=stats.styles.d.ts.map