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