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