import { IActionModel } from "./IActionModel.js";
export interface IDistortArcActionModel extends IActionModel {
    degrees: number | string;
}
