import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconChatTextRegular: import("svelte").Component<$$ComponentProps, {}, "">; type IconChatTextRegular = ReturnType; export default IconChatTextRegular;