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