type Props = { children: string; }; /** * Component that renders text with ANSI escape codes as styled Ink Text components. * Parses ANSI color and style codes and applies them as Ink props. */ declare const _default: import("react").MemoExoticComponent<({ children }: Props) => import("react/jsx-runtime").JSX.Element>; export default _default;