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