export declare const Box: ({ children }: { children: any; }) => JSX.Element;