import { ReactElement } from "react"; import { type TileResponse } from "@tollbit/core-integrate-tile"; export declare const defaultTileGenerator: ({ tile, params, apiKey, agent, tollbitBaseUrl, }: { tile: TileResponse; params: any; apiKey: string; agent: string; tollbitBaseUrl?: string; }) => Promise; //# sourceMappingURL=defaultTileGenerator.d.ts.map