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