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