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