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