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