import type { FunctionalComponent } from 'vue'; declare const Monitor: FunctionalComponent<{}, {}>; export default Monitor;