import { TextProps } from "ink"; /** A pre-styled text for displaying errors. */ export default function ErrorText(props: TextProps): import("react").JSX.Element;