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