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