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