import { ElementType, HTMLHopeProps } from "../types"; import { InputElementVariants } from "./input.styles"; export declare type InputElementProps = HTMLHopeProps; export declare function InputElement(props: InputElementProps): import("solid-js").JSX.Element; export declare type InputLeftElementProps = HTMLHopeProps; export declare function InputLeftElement(props: InputLeftElementProps): import("solid-js").JSX.Element; export declare namespace InputLeftElement { var toString: () => string; } export declare type InputRightElementProps = HTMLHopeProps; export declare function InputRightElement(props: InputRightElementProps): import("solid-js").JSX.Element; export declare namespace InputRightElement { var toString: () => string; } //# sourceMappingURL=input-element.d.ts.map