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