import { InputProps } from '@alifd/next/types/input'; import { FC } from 'react'; declare const LayoutInput: FC; export default LayoutInput;