export declare const userId = "u-2ad602bf-9d52-47a2-8689-b8b8c6aec936"; export declare const questId = "c-greta-help-hub"; export declare const token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJ1LTJhZDYwMmJmLTlkNTItNDdhMi04Njg5LWI4YjhjNmFlYzkzNiIsImlhdCI6MTczOTI4ODMzMSwiZXhwIjoxNzQxODgwMzMxfQ.8O1N5n42Sa9ironluhsCXq44V_-2QmzucvqsC1PfH9o"; export default function HelpHubPreview({ online }: { online?: boolean | undefined; }): import("react/jsx-runtime").JSX.Element;