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