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