import type { ComponentType, FC } from 'react';
import type { FaroProfilerProps } from './FaroProfiler';
export declare function withFaroProfiler<P extends Record<string, any>>(WrappedComponent: ComponentType<P>, options?: Omit<FaroProfilerProps, 'updateProps'>): FC<P>;
