export { type WebVitalsMetric } from './webVitals';
export { AxiomWebVitals } from './components';
export declare function useReportWebVitals(path?: string): void;
