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