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