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