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