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