export declare const WidgetWithStore: (props: {
    position?: "right" | "left";
    agentid: string;
    isPreview?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
