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