import type { InputView } from './types';
declare const Input: import("svelte").Component<InputView, {}, "value">;
type Input = ReturnType<typeof Input>;
export default Input;
