import { DataViewOptions, UseIdentify } from "./types";
export declare function useIdentify(props: DataViewOptions): UseIdentify;
