interface TypingAnimationProps extends React.HTMLAttributes<HTMLElement> {
    children: string;
    className?: string;
    duration?: number;
    delay?: number;
    as?: React.ElementType;
    startOnView?: boolean;
}
export declare function TypingAnimation({ children, className, duration, delay, as: Component, startOnView, ...props }: TypingAnimationProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=typing-animation.d.ts.map