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