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