///
type ObjProps = {
id?: string;
};
export declare const InputAddonLeft: 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> & ObjProps;
export declare const InputAddonRight: 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> & ObjProps;
export {};