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