import * as React from "react"; export interface AnimatedInputProps extends React.InputHTMLAttributes { } declare const AnimatedInput: React.ForwardRefExoticComponent>; export { AnimatedInput }; //# sourceMappingURL=input.d.ts.map