import { FC } from 'react'; import { TrackingProviderProps } from './TrackingProviderContext'; export declare const TrackingProvider: FC;