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