import { InputProps } from 'antd'; import { TextAreaProps, PasswordProps } from 'antd/lib/input'; import React from 'react'; export declare const Input: React.ForwardRefExoticComponent & import("@cuvp1225/boot").TangoComponentProps, "ref"> & React.RefAttributes>; export declare const TextArea: React.ForwardRefExoticComponent & import("@cuvp1225/boot").TangoComponentProps, "ref"> & React.RefAttributes>; export declare const Password: ({ [SLOT.id]: dataId, [SLOT.dnd]: dataDnd, style, ...rest }: PasswordProps & { [key: string]: any; children?: React.ReactNode; }) => React.JSX.Element;