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