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