import * as React from 'react'; import { CSSObject } from '@emotion/react'; export type BoxProps = React.HTMLProps; export declare const boxStyle: (props: BoxProps) => CSSObject; export declare const Box: (props: BoxProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Box.d.ts.map