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