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