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