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