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