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