import { DeviceType as BaseDeviceType, StateOptions } from '../../../lime-web-components/src'; /** * @deprecated use {@link BaseDeviceType DeviceType} from `@limetech/lime-web-components` instead */ export declare type DeviceType = BaseDeviceType; /** * @param options * @deprecated use {@link SelectApplicationName} from `@limetech/lime-web-components` instead */ export declare const Device: (options?: StateOptions) => PropertyDecorator;