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