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