import { ViewStyle } from "react-native";
import React from "react";
interface Props {
    highlighterStyle: ViewStyle;
}
export declare const Highlighter: ({ highlighterStyle }: Props) => React.JSX.Element;
export {};
