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