import * as react from 'react'; import { MonitoringWithoutRouteProps, MonitoringProps } from '../../index.js'; import '../../../../index.js'; import 'preact'; import '@preact/signals'; import 'bippy'; import 'preact/compat'; declare function AstroMonitor(props: { path: string; params: Record; } & MonitoringWithoutRouteProps): react.FunctionComponentElement; export { AstroMonitor };