import { Props } from '../types/types'; export declare function DidAgent({ offline, isOwner, didApiUrl, didSocketApiUrl, customMixpanelKey, enabled, onAgentReady, onError, onClose, }: Props): import("preact").JSX.Element;