/** * Live Preview * Optimistically updates DOM elements as the user types translations. */ /** * Update a single element's content with a new translation. * Writes to core cache and updates the DOM without full page retranslate. */ export declare function applyLivePreview(element: Element, text: string, styles: Record, key: string, locale: string, namespace: string, sourceText?: string, rowState?: string): void; //# sourceMappingURL=live-preview.d.ts.map