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