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