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