type $$ComponentProps = { size?: 'sm' | 'md' | 'lg'; variant?: 'bubble' | 'plain'; showText?: boolean; }; declare const TypingIndicatorStory: import("svelte").Component<$$ComponentProps, {}, "">; type TypingIndicatorStory = ReturnType; export default TypingIndicatorStory;