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