export default Box; declare function Box({ inLayout, clsPrefix, children, noPadding, headerHeight, bordered, bodyStyle, headStyle, height, size, contentTotalMargin, ...restProps }: { [x: string]: any; inLayout: any; clsPrefix?: string | undefined; children: any; noPadding?: boolean | undefined; headerHeight: any; bordered?: boolean | undefined; bodyStyle?: {} | undefined; headStyle?: {} | undefined; height: any; size?: string | undefined; contentTotalMargin?: string | undefined; }): JSX.Element; //# sourceMappingURL=Box.d.ts.map