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