import { BoxProps } from "./types";
export default function Box({ className, variants, ...props }: BoxProps): import("react/jsx-runtime").JSX.Element;
