import * as React from 'react'; import { FC } from 'react'; import { InputProps } from '@/components/input'; import './style/input-animation.css'; declare type InputAnimationProps = Omit; declare const InputAnimation: FC; export default InputAnimation; declare const InputAnimationMemo: React.NamedExoticComponent; export { InputAnimationMemo };