import type { IInputComponentType } from './types'; export declare const createInput: ({ Root, Icon, Slot, Input, }: { Root: React.ComponentType; Icon: React.ComponentType; Slot: React.ComponentType; Input: React.ComponentType; }) => IInputComponentType;