/** @typedef {typeof __propDef.props} UploadIconLightProps */ /** @typedef {typeof __propDef.events} UploadIconLightEvents */ /** @typedef {typeof __propDef.slots} UploadIconLightSlots */ export default class UploadIconLight extends SvelteComponentTyped<{ [x: string]: never; }, { [evt: string]: CustomEvent; }, {}> { } export type UploadIconLightProps = typeof __propDef.props; export type UploadIconLightEvents = typeof __propDef.events; export type UploadIconLightSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: never; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};