interface LabelProps { hideLabel?: boolean; } interface InputProps extends React.InputHTMLAttributes, LabelProps { label: string; className?: string; id?: string; } export declare const Input: import("react").ForwardRefExoticComponent>; export {}; //# sourceMappingURL=input.d.ts.map