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