export type AnsiHtmlProps = {
    text: string;
    className?: string;
    as?: "pre" | "span";
};
export declare function AnsiHtml({ text, className, as }: AnsiHtmlProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AnsiHtml.d.ts.map