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