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