/// import { Reported } from '../../components/react-track-elements'; import { FieldPresenceData } from '../types'; export declare type ReportedPresenceData = Reported; declare const Tracker: (props: { children: import("react").ReactNode; }) => import("react").JSX.Element, useReporter: import("../../components/react-track-elements/createUseReporter").ReporterHook, useReportedValues: () => Reported[]; export { Tracker, useReporter, useReportedValues }; //# sourceMappingURL=tracker.d.ts.map