///
import * as styles from './Input.styles';
import { InputIcon } from './Input';
export * from './Input';
export declare const Input: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Icon: typeof InputIcon;
Formik: ({ field, form, ...props }: any) => JSX.Element;
ReduxForm: ({ input, meta, ...props }: any) => JSX.Element;
};
export declare const InputField: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Formik: ({ field, form, ...props }: any) => JSX.Element;
ReduxForm: ({ input, meta, ...props }: any) => JSX.Element;
};
export { styles as inputStyles };