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