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