import { CSS } from '@project44-manifest/react-styles';
import type { ForwardRefComponent } from '@project44-manifest/react-types';
interface BoxProps {
    /** Theme aware style object */
    css?: CSS;
}
declare const Box: ForwardRefComponent<"div", BoxProps>;
export type { BoxProps };
export { Box };
//# sourceMappingURL=box.d.ts.map