import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const MagnifyingGlassPlusIcon: import("svelte").Component<Props, {}, "">;
type MagnifyingGlassPlusIcon = ReturnType<typeof MagnifyingGlassPlusIcon>;
export default MagnifyingGlassPlusIcon;
