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