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