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