import React from 'react'; import { BoxProps } from './interface'; export declare const Box: React.FC;