import React from 'react';
export declare const HotlinkedText: React.FC<{
    text: string;
    matcher?: (text: string) => string | null;
}>;
