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