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