import { FC, HTMLAttributes } from 'react'; import { PerfProps } from '../types'; export declare let matriceWorldCount: { value: number; }; export declare let matriceCount: { value: number; }; export interface Props extends HTMLAttributes { } /** * Performance profiler component **/ export declare const PerfHeadless: FC;