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