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