import * as React from 'react'; import { BoxProps } from './Box.types'; declare const Box: React.FunctionComponent; export default Box;