import { MapContentsType, UseWebviewContents, UseWebviewContentsProps } from './types';
export declare function useWebviewContents<T extends MapContentsType>({ apiUrl, version, orgId, botId, webviewId, locale, mapContents, }: UseWebviewContentsProps<T>): UseWebviewContents<T>;
