/** @typedef {typeof __propDef.props} BiArrowUpShortProps */ /** @typedef {typeof __propDef.events} BiArrowUpShortEvents */ /** @typedef {typeof __propDef.slots} BiArrowUpShortSlots */ export default class BiArrowUpShort extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiArrowUpShortProps = typeof __propDef.props; export type BiArrowUpShortEvents = typeof __propDef.events; export type BiArrowUpShortSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};