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