interface IProps { list: []; } declare const AddBatch: (props: IProps) => JSX.Element; export default AddBatch;