import { type InputProps, type InputValue } from '../../index.js';
declare const Input: import("svelte").Component<InputProps<InputValue>, {}, "value" | "elementRef">;
type Input = ReturnType<typeof Input>;
export default Input;
