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