import React from 'react'; import { LayerProps } from './Layer/types'; declare const Box: React.ForwardRefExoticComponent & React.RefAttributes>; export { Box };