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