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