import { type BoxProps } from './Box.types'; /** * `Box` is a primitive layout component. It provides an easy way to access design tokens. * @example * * ```tsx * *
{ ... }
*
* ``` */ export declare const Box: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Box.d.ts.map