///
import type { InputProps } from './Input';
declare const _default: {
component: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & InputProps & import("react").RefAttributes> & {
id: string;
AddonLeft: import("react").ForwardRefExoticComponent<(Omit<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
}, "left"> | Omit<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
}, "right">) & import("react").RefAttributes> & {
id?: string | undefined;
};
AddonRight: import("react").ForwardRefExoticComponent<(Omit<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
}, "left"> | Omit<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
}, "right">) & import("react").RefAttributes> & {
id?: string | undefined;
};
ElementLeft: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & import("./InputElement").InputElementProps & import("react").RefAttributes> & {
id?: string | undefined;
};
ElementRight: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & import("./InputElement").InputElementProps & import("react").RefAttributes> & {
id?: string | undefined;
};
Field: import("react").ForwardRefExoticComponent<(Omit, "children"> | Omit, "as">) & import("react").RefAttributes> & {
id: string;
};
Number: import("react").ForwardRefExoticComponent<(Omit, "children"> | Omit, "as">) & import("react").RefAttributes> & {
id: string;
};
};
title: string;
argTypes: {};
};
export default _default;
export declare const Sizes: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const TypeNumber: (_args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const Disabled: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const ReadOnly: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const Addon: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const WithIcon: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const WithButton: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
export declare const Invalid: (args: InputProps) => import("react/jsx-runtime").JSX.Element;