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