import { ElementType, HTMLHopeProps } from "../types";
import { InputAddonVariants } from "./input.styles";
export declare type InputAddonProps = HTMLHopeProps;
export declare function InputAddon(props: InputAddonProps): import("solid-js").JSX.Element;
export declare type InputLeftAddonProps = HTMLHopeProps;
export declare function InputLeftAddon(props: InputLeftAddonProps): import("solid-js").JSX.Element;
export declare namespace InputLeftAddon {
var toString: () => string;
}
export declare type InputRightAddonProps = HTMLHopeProps;
export declare function InputRightAddon(props: InputRightAddonProps): import("solid-js").JSX.Element;
export declare namespace InputRightAddon {
var toString: () => string;
}
//# sourceMappingURL=input-addon.d.ts.map