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