import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
import "../t/index.js";
import "../index.js";
//#region src/list/listText.d.ts
/** Displays text within the ListItem. */
declare const ListText: VuiComponent<"span", TProps>;
//#endregion
export { ListText, ListText as default };

//# sourceMappingURL=listText.d.ts.map