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