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