import { FC } from 'react'; import { IDataListProps } from './types'; declare const Input: FC; export default Input; //# sourceMappingURL=DataList.d.ts.map