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