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