import * as React from "react"; export type InputProps = React.InputHTMLAttributes; export declare const Input: { Root: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; Core: React.ForwardRefExoticComponent>; LeftIcon: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; RightIcon: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=Input.d.ts.map