import type { TypewriterProps } from './Typewriter'; export declare const StyledTypewriter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, "$cursorType" | "$isAnimatingText" | "$shouldHideCursor" | "$shouldPreventBlinkAnimation" | "theme"> & { $cursorType: TypewriterProps["cursorType"]; $isAnimatingText: boolean; $shouldHideCursor: TypewriterProps["shouldHideCursor"]; $shouldPreventBlinkAnimation: boolean; } & { theme: import("@chayns-components/core").Theme; }, never> & Partial, HTMLDivElement>, "$cursorType" | "$isAnimatingText" | "$shouldHideCursor" | "$shouldPreventBlinkAnimation" | "theme"> & { $cursorType: TypewriterProps["cursorType"]; $isAnimatingText: boolean; $shouldHideCursor: TypewriterProps["shouldHideCursor"]; $shouldPreventBlinkAnimation: boolean; } & { theme: import("@chayns-components/core").Theme; }, never>>> & string; export declare const StyledTypewriterPseudoText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, "$isAnimatingText" | "$shouldHideCursor" | "theme"> & { $isAnimatingText?: boolean; $shouldHideCursor: TypewriterProps["shouldHideCursor"]; } & { theme: import("@chayns-components/core").Theme; }, never> & Partial, HTMLSpanElement>, "$isAnimatingText" | "$shouldHideCursor" | "theme"> & { $isAnimatingText?: boolean; $shouldHideCursor: TypewriterProps["shouldHideCursor"]; } & { theme: import("@chayns-components/core").Theme; }, never>>> & string; export declare const StyledTypewriterText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, "$isAnimatingText" | "theme" | "$shouldRemainSingleLine"> & { $isAnimatingText?: boolean; $shouldRemainSingleLine: boolean; } & { theme: import("@chayns-components/core").Theme; }, never> & Partial, HTMLSpanElement>, "$isAnimatingText" | "theme" | "$shouldRemainSingleLine"> & { $isAnimatingText?: boolean; $shouldRemainSingleLine: boolean; } & { theme: import("@chayns-components/core").Theme; }, never>>> & string;