import { RectShape } from '../shapes/rect'; import { Rect } from '../utils/rect'; export declare class SelectionBase { onSelection?: (rect: Result, shape: Shape) => void; selection: Shape; isEnabled: boolean; constructor(onSelection?: (rect: Result, shape: Shape) => void); enable(): void; disable(): void; toggleState(): void; } //# sourceMappingURL=selection-base.d.ts.map