import { BoxProps } from './types';
/**
 * Use the Box component as a layout primitive to add margin, padding, and colors to content.
 * @see https://recastui.com/components/box
 */
export declare function Box(props: BoxProps): import("solid-js").JSX.Element;
