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