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