import * as React from "react";
import type { Props } from "./types";
declare const Box: ({ as: Component, id, mediumMobile, largeMobile, tablet, desktop, largeDesktop, children, dataTest, className, display, wrap, direction, position, align, justify, textAlign, elevation, borderRadius, overflow, shrink, grow, zIndex, width, minWidth, maxWidth, height, maxHeight, top, right, bottom, left, color, background, padding, margin, ariaLabel, ref, }: Props) => React.JSX.Element;
export default Box;
//# sourceMappingURL=index.d.ts.map