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