import { StyleProp, TextStyle } from 'react-native';
export declare function Ansi({ text, style, }: {
    text: string;
    style: StyleProp<TextStyle>;
}): JSX.Element;
