import React from "react"; import type { BoxProps } from "./Box.types"; export declare function Box({ alignItems, alignSelf, as: Tag, background, border, borderColor, children, direction, gap, height, justifyContent, margin, overflow, padding, position, preserveWhiteSpace, radius, width, ...props }: BoxProps): React.JSX.Element;