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