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