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