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