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