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