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