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