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