export default function useSet(defaultValue: any): (Set | ((value: any) => void))[];