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