import { ExternalWidgetState, ExternalWidgetStore } from '../types'; export declare const createExternalWidgetStore: (props: Partial) => import("zustand").StoreApi;