export type CounterType = 'js' | 'ui' | 'cpu' | 'memory'; export declare const useCounterSharedValue: (type: CounterType) => import("react-native-reanimated").SharedValue; export declare const useFpsJsSharedValue: () => import("react-native-reanimated").SharedValue; export declare const useFpsUiSharedValue: () => import("react-native-reanimated").SharedValue; export declare const useFpsCpuSharedValue: () => import("react-native-reanimated").SharedValue; export declare const useFpsMemorySharedValue: () => import("react-native-reanimated").SharedValue; //# sourceMappingURL=uiThreadHooks.d.ts.map