import { BoxProps } from "ink"; import { PropsWithChildren } from "react"; /** A pre-styled box for displaying errors. */ export default function ErrorBox(props: PropsWithChildren>): import("react").JSX.Element;