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