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