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