import { VuiComponent } from "../core/vui.js";
import { TProps } from "../t/t.types.js";
import "../t/index.js";
import "../index.js";
//#region src/button/buttonText.d.ts
/** Displays the text label of the button. */
declare const ButtonText: VuiComponent<"span", TProps>;
//#endregion
export { ButtonText, ButtonText as default };

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