import { DeviceSelectorBase } from "../core/components/device-selector-base.js"; export declare class AmbientDeviceSelector extends DeviceSelectorBase { } declare global { interface HTMLElementTagNameMap { "ambient-device-selector": AmbientDeviceSelector; } }