import type { FC } from 'react'; import { PerfTimings } from './perfUtils'; interface PerfTrackerProps { perf?: PerfTimings; showAllColumns?: boolean; } export declare const PerfTracker: FC; export {};