import { Command } from 'overkiz-client';
import VenetianBlind from './VenetianBlind';
export default class AdjustableSlatsRollerShutter extends VenetianBlind {
    protected getTargetCommands(value: any): Command;
    protected getTargetAngleCommands(value: any): Command;
    protected onStateChanged(name: any, value: any): void;
}
//# sourceMappingURL=AdjustableSlatsRollerShutter.d.ts.map