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