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