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