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