import { FormListProps, KeyType } from './interface'; declare const List: { (props: FormListProps): JSX.Element; displayName: string; }; export default List;