import { AaiDevice } from '../../infrastructure';
export declare function deviceSelectComponent(props: {
    yes: boolean;
    deviceId?: string;
}): Promise<{
    device: AaiDevice;
    new: boolean;
}>;
//# sourceMappingURL=device-select-component.d.ts.map