export declare class Axis3dMixin { layout3dBox?: { width: number; height: number; length: number; }; setLayout3dBox(box3d: { width: number; height: number; length: number; }): void; protected _afterUpdateAttribute(attrs: any, ignoreGrid: boolean): any; }