import type { ComponentType, FC } from 'react'; import type { FaroProfilerProps } from './FaroProfiler'; export declare function withFaroProfiler

>(WrappedComponent: ComponentType

, options?: Omit): FC

;