import { member } from "../../core";
export interface AudioOutputDeviceSelectionInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    SelectedDeviceIndex?: member<number>;
    SelectedDeviceName?: member<any>;
    _deviceButtonRoot?: member<any>;
}
export declare function AudioOutputDeviceSelection(props: AudioOutputDeviceSelectionInput): any;
//# sourceMappingURL=AudioOutputDeviceSelection.d.ts.map