import { InputProps } from './Input.types'; /** * Input component for text entry with support for labels, icons, and helper text. * Automatically switches between basic and icon-enhanced layouts based on props. * Meets WCAG 2.1 Level AA accessibility standards. * * @example * // Basic input * * * // Input with validation error * * * // Input with icons * } * rightIcon={} * rightIconClick={() => clearValue()} * placeholder="Search..." * /> */ export declare const Input: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; //# sourceMappingURL=index.d.ts.map