import { FC } from 'react'; import { BoxInterface } from './box.types'; export declare const Box: FC;