import * as React from "react";
import type { Props } from "./types";
declare const Box: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
export default Box;
