import type { ComponentPropsWithRef } from 'react';
export declare const Box: import("@vtex/admin-ui-react").AdminUIJsxElement<"div", {}, {}>;
export declare type BoxProps = ComponentPropsWithRef<typeof Box>;
