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