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