import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ChatBubbleBottomCenterText: import("svelte").Component; type ChatBubbleBottomCenterText = ReturnType; export default ChatBubbleBottomCenterText; //# sourceMappingURL=chat-bubble-bottom-center-text.svelte.d.ts.map