import { LeadWidgetDisplayRO } from '@escapenavigator/types/dist/lead/lead-widget-display.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = LeadWidgetDisplayRO; export declare const getWidgetDisplay: ApiMethodDeclaration; export {};