import { FC } from 'react'; import { BoxProps } from 'types'; export declare const Box: FC; export default Box;