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