export declare const useRecycleSlots: () => { refresh: (rows: any, items: any) => void; slot: (id: any) => any; };