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