import { FunctionalComponent } from '../../stencil-public-runtime'; interface MonitoringLabelProps { label?: string; sublabel?: string; } declare const MonitoringLabel: FunctionalComponent; export default MonitoringLabel;