import { InputTextProps } from "./InputText.types.js";
import { InputText } from "./InputText.js";
export { InputText, type InputTextProps };