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