export = Box;
/**
 * Box
 */
declare function Box(options: any): Box;
declare class Box {
    /**
     * Box
     */
    constructor(options: any);
    __proto__: any;
    type: string;
}
//# sourceMappingURL=box.d.ts.map