import { type IconProps } from "../../../base/index.ts";
declare const ChatBubbleOvalLeft: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ChatBubbleOvalLeft = ReturnType<typeof ChatBubbleOvalLeft>;
export default ChatBubbleOvalLeft;
