import { InputHTMLAttributes } from 'preact'; type InputProps = InputHTMLAttributes; export declare function Input({ onChange, onChangeCapture, ...props }: InputProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Input.d.ts.map