import React from 'react'; import { TextInput } from 'react-native'; import { SxProps } from '../../lib/styleDictionary'; export declare const Input: React.ForwardRefExoticComponent & Partial & { isDisabled?: boolean; error?: boolean; onChange?: (v: any) => void; placeholderColor?: import("../..").ColorName; startContent?: React.JSX.Element; showIcon?: boolean; size?: import("../../@types/input").SizeType; endContent?: React.JSX.Element; helperText?: string; type?: import("./types").InputTypes; shape?: import("./types").ShapeInput; Component?: typeof React.Component | React.FunctionComponent; withMarginBottom?: boolean; sx?: SxProps & { root?: SxProps; input?: SxProps; wrapperIcon?: SxProps; start?: SxProps; end?: SxProps; helperText?: SxProps; wrapper?: SxProps; }; styles?: { root?: import("react-native").StyleProp; input?: import("react-native").StyleProp; wrapperIcon?: import("react-native").StyleProp; start?: import("react-native").StyleProp; end?: import("react-native").StyleProp; helperText?: import("react-native").StyleProp; wrapper?: import("react-native").StyleProp; }; } & React.RefAttributes>; //# sourceMappingURL=Input.d.ts.map