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