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