import { VanillaInputProps } from './Input.types'; /** * Basic input without icons */ export default function VanillaInput({ label, isRequired, isHelperText, helperText, focusedText, isError, isDisabled, htmlFor, size, className, id, 'data-testid': dataTestId, inputProps, ...args }: VanillaInputProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VanillaInput.d.ts.map