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