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