import { RotationType } from "@aurigma/design-atoms-interfaces";
import { Surface } from "@aurigma/design-atoms-model/Product/Surface";
export declare class WorkspaceRotation {
    rotate(surface: Surface, rotationType: RotationType): void;
    private _getRotationTypeAngle;
}
