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