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