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