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