import { FunctionComponent, HTMLAttributes } from "react"; export interface BoxProps extends HTMLAttributes { ref?: any; as?: any; } export declare const Box: FunctionComponent;