import { InputProps as AntInputProperties, InputRef } from 'antd'; import { STATE } from '../../constants'; interface InputStyledProperties extends Omit { state?: keyof typeof STATE; size?: "normal" | "small" | "large"; value?: string; } export declare const Input: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, "ref"> & { ref?: ((instance: InputRef | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject | null | undefined; }, InputStyledProperties>> & string & Omit> & { Group: import('react').FC; Search: import('react').ForwardRefExoticComponent>; TextArea: import('react').ForwardRefExoticComponent>; Password: import('react').ForwardRefExoticComponent>; OTP: import('react').ForwardRefExoticComponent>; }, keyof import('react').Component>; export {};