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