import { ContainerProps } from "./types"; export declare const Box: { (props: ContainerProps): JSX.Element; __REF_FORWARDED: boolean; };