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