import { DataItemInterface } from "..";
export declare function useDataItems(searchString?: string): DataItemInterface[];
