import { IPSODevice } from "./ipsoDevice";
export declare class BlindSetting extends IPSODevice {
    position: number;
}
