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