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