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