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