import React from 'react';
import type { StyleProp, TextStyle } from 'react-native';
export declare function Ansi({ text, style }: {
    text: string;
    style: StyleProp<TextStyle>;
}): React.JSX.Element;
//# sourceMappingURL=AnsiHighlight.d.ts.map