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