import { InputProps } from '../interfaces.js';
export declare function Input(props: InputProps): import("react/jsx-runtime").JSX.Element;
