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