import { AnimatedInputProps } from './animated-input.types';
import * as React from 'react';
declare const AnimatedInput: React.ForwardRefExoticComponent<AnimatedInputProps & React.RefAttributes<HTMLInputElement>>;
export { AnimatedInput };
//# sourceMappingURL=animated-input.d.ts.map