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