type $$ComponentProps = { side?: 'left' | 'right'; content?: string; author?: string; time?: string; status?: 'sent' | 'delivered' | 'read'; }; declare const ChatBubbleStory: import("svelte").Component<$$ComponentProps, {}, "">; type ChatBubbleStory = ReturnType; export default ChatBubbleStory;