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