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