import { DictItem } from './interface'; export declare function useDict(typeCode: string | number): DictItem[]; export declare function useDicts(typeCodes?: any[], isWebVisible?: boolean): DictItem[][];