import React from 'react';
import { HTMLTyperProps } from "./HtmlTyperProps";
/**
 * HTMLTyper is a React component that renders HTML with a typewriter effect.
 */
export declare const HtmlTyper: React.FC<HTMLTyperProps>;
