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