import type Text from "./Text.js"; export default function TextTemplate(this: Text) { return <> { this._renderEmptyIndicator ? <> { this._emptyIndicatorAriaLabel } : } ; }