import React from 'react'; type UIThreadReanimatedCounterProps = { label: string; type: 'js' | 'ui' | 'cpu' | 'memory'; }; export declare const UIThreadReanimatedCounter: React.MemoExoticComponent<({ label, type }: UIThreadReanimatedCounterProps) => React.JSX.Element>; export {}; //# sourceMappingURL=UIThreadReanimatedCounter.d.ts.map