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