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