import { InputProps } from "@ducor/types";
export declare const Input: ({ label, withAsterisk, direction, name, helperText, id, type, placeholder, defaultValue, className, disabled, maxLength, minLength, }: InputProps) => import("react/jsx-runtime").JSX.Element;