export default function useChainFilterOption(): { data: string[]; setChainFilterOption: (newValue: string[]) => void; };