export default function Input({ attribute, onChange, value, name, required }: any): import("react/jsx-runtime").JSX.Element;
