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