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