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