export interface ISelectionOptions {
    rotate: boolean;
    resize: boolean;
    arbitraryWidthResize: boolean;
    arbitraryHeightResize: boolean;
}
