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