import { BaseEditorWithObjectHelper } from '../Base/Editor';
import type { Cylinder } from '.';
export declare class CylinderEditor extends BaseEditorWithObjectHelper<Cylinder> {
    constructor(originObject: Cylinder);
}
