import type { Context } from '../types'; export declare const useEntityData: (entityId: string) => { props: import("../types").SDKComponentProps; conversionTracking: import("..").ConversionTracking[]; context: Context; entityContext: { entityId: string; path: string[]; contentTypeId: string; templates: import("../types").ContainerTemplates>; isSelected: boolean; componentFlags: import("../types").ComponentFlags; }; contentType: import("../../index.js").RegistrationBundle, {}>; entityDispatch: (action: import("../state/actions/types").EntityActionTypes) => void; globalContentContext: import("../types").GlobalContentContext | undefined; };