import type { ToolbarCustomItem } from "@itwin/appui-react";
import type { AddressProvider } from "./AddressProvider";
export interface GeoToolsOptions {
    addressProvider?: AddressProvider;
}
/** Utility Class that provides definitions of tools. These definitions can be used to populate the UI.
 * @public
 */
export declare class GeoToolsItemDef {
    static getItemDef(opts?: GeoToolsOptions): ToolbarCustomItem;
}
//# sourceMappingURL=GeoToolsItemDef.d.ts.map