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