import React from "react"; import { type InputTextLegacyProps, type InputTextRebuiltProps, type InputTextRef } from "./InputText.types"; export type InputTextShimProps = InputTextLegacyProps | InputTextRebuiltProps; export declare const InputText: React.ForwardRefExoticComponent>; export type { InputTextRef, InputTextRebuiltProps, InputTextLegacyProps };