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