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