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