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