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