import type { BoxComponent } from './Box.types'; declare const Box: BoxComponent; export default Box;