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