import type { DataListProps, DataListRef } from "./types";
declare const DataList: import("react").ForwardRefExoticComponent<DataListProps & import("react").RefAttributes<DataListRef>>;
export default DataList;
