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