declare const useRemove: () => { onRemove: (index: any) => void; }; export default useRemove;