import React from "react"; import { TypingAnimation } from "../components"; declare const meta: { title: string; component: typeof TypingAnimation; }; export default meta; export declare const Demo: () => React.JSX.Element; //# sourceMappingURL=TypingAnimation.stories.d.ts.map