interface Props {
    content?: string;
    ref?: string;
    caseInsensitive?: boolean;
    outline?: boolean;
}
declare const MatchHighlighter: import("svelte").Component<Props, {}, "">;
type MatchHighlighter = ReturnType<typeof MatchHighlighter>;
export default MatchHighlighter;
