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