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