import * as React from 'react'; export declare const Box: ({ children }: { children: any; }) => React.JSX.Element;