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