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