/// import type { NoiseSensorDevice } from '../../../lib/seam/noise-sensors/noise-sensor-device.js'; interface NoiseLevelStatusProps { device: NoiseSensorDevice; } export declare function NoiseLevelStatus({ device, }: NoiseLevelStatusProps): JSX.Element; export {};