import { BoxProps } from './Box.types'; /** * Box component - A basic container with spacing and visual styling props * * @example * ```tsx * // Padding on all sides * * * * * // Horizontal and vertical padding * * * * * // Individual spacing values * * * * * // As a section element * * * * * // Accented variant with custom color (for branded sections) * * * * ``` */ export declare const Box: import('react').ForwardRefExoticComponent>; export default Box; //# sourceMappingURL=Box.d.ts.map