export declare const Input: { baseStyle?: import("@chakra-ui/styled-system").PartsStyleInterpolation<{ keys: ("group" | "element" | "success" | "field" | "addon")[]; }> | undefined; sizes?: { xs: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { field: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; addon: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; element: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; success: { fontSize: string; textStyle: string; px: string; h: string; height: string; }; }; sm: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { field: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; addon: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; element: { textStyle: string; fontSize: any; px: string; h: string; height: string; }; success: { fontSize: string; textStyle: string; px: string; h: string; height: string; }; }; md: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { field: { px: string; h: string; height: string; textStyle: string; fontSize: any; }; addon: { px: string; h: string; height: string; textStyle: string; fontSize: any; }; element: { px: string; h: string; height: string; textStyle: string; fontSize: any; }; success: { fontSize: string; px: string; h: string; height: string; textStyle: string; }; }; } | undefined; variants?: { outline: (props: import("@chakra-ui/styled-system").StyleFunctionProps) => { addon: { borderRadius: string; }; field: { borderRadius: string; bg: string; border: string; borderColor: string; _placeholder: { color: string; }; _hover: { borderColor: string; }; _invalid: { borderColor: any; boxShadow: string; }; _focusVisible: { zIndex: number; borderColor: any; boxShadow: string; }; _disabled: { bg: string; borderColor: string; color: string; cursor: string; opacity: number; _hover: { bg: string; }; _active: { bg: string; }; }; }; success: { pointerEvents: string; color: string; }; }; } | undefined; defaultProps?: { size?: "sm" | "md" | "xs" | undefined; variant?: "outline" | undefined; colorScheme?: string | undefined; } | undefined; parts: ("group" | "element" | "success" | "field" | "addon")[]; };