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