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