import { FormItem } from '../components/Form'; export declare function useSelect(pageKey: string, componentKey: string, items: any[], reload: number): FormItem[];