export declare const TextViewer: React.FC<{
    src: string;
}>;
