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