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