/** * Box is the most abstract component on top of which all other Hope UI components are built. * By default, it renders a div element. */ export declare const Box: import("..").HopeComponent<"div", {}>; //# sourceMappingURL=box.d.ts.map