declare const useSelectPet: (state: any) => { petLists: any; holderLists: any; getHolderName: (id: number) => any; }; export default useSelectPet;