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