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