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