/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ import type { ComponentType } from 'react'; export { useInputContext } from './context'; export declare const createInput: , IconProps extends Record, ElementProps extends Record, InputProps extends Record>(components: { Group: ComponentType; Addon: ComponentType; Element: ComponentType; Input: ComponentType; }) => import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { Group: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; Addon: ComponentType; Element: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; }; //# sourceMappingURL=index.d.ts.map