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