declare const InputGroupInput: import("svelte").Component<(Omit & ({ type: "file"; files?: FileList; } | { type?: "number" | "url" | "button" | "search" | "time" | "image" | "text" | "hidden" | "color" | "submit" | "reset" | "checkbox" | "radio" | (string & {}) | "tel" | "email" | "date" | "datetime-local" | "month" | "password" | "range" | "week"; files?: undefined; })) & { ref?: HTMLElement | null | undefined; }, {}, "value" | "ref">; type InputGroupInput = ReturnType; export default InputGroupInput;