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