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