import { DisposableImpl } from '@gedit/utils'; import { PlaygroundConfigEntity } from '../layer/config/playground-config-entity'; export declare class PlaygroundGesture extends DisposableImpl { readonly target: HTMLElement; protected readonly config: PlaygroundConfigEntity; private _pinching; constructor(target: HTMLElement, config: PlaygroundConfigEntity); getScaleBounds(): { min: number; max: number; }; protected preventDefault(): void; get pinching(): boolean; } //# sourceMappingURL=playground-gesture.d.ts.map