import { type FC } from 'react'; import type { PerfPropsGui } from '../types'; interface colors { [index: string]: string; } export declare const colorsGraph: (colorBlind: boolean | undefined) => colors; /** * Performance profiler component */ export declare const Perf: FC; export {};