export interface IControl { rotation?: number; tilt?: number; zoom?: number; transition?: boolean; }