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 RemixMonitor(props: MonitoringWithoutRouteProps): react.FunctionComponentElement; export { RemixMonitor as Monitoring };