export declare const apiKey = "k-0b953c93-1330-4b5d-9cce-16ac26c8668e"; export declare const apiSecret = "s-375406b7-3f6f-4e9c-9b59-b37632a4aaddc1298413-f239-4c78-b1f8-15c05474e812"; export declare const entityId = "e-eadc3dbe-a786-4cc6-8a9a-e688b5a2dc21"; export declare const userId = "u-8268f5e1-f5a1-440c-a333-0f5578a73847"; export declare const questId = "c-80894da5-370f-43d7-8b4f-4e3b27593bb1"; export declare const token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJ1LTNjZmQwNWZkLTY1NTEtNDUxNC1hYmIzLTk5ZTJhZDY0NzUyMSIsImlhdCI6MTcyMzUyMTYzNCwiZXhwIjoxNzI0MTI2NDM0fQ.BvWON3y-FhophNqdgVMmgYYBmfQYK9bX2NKx4xJtImQ"; export default function FeedbackWorkflowPreview({ online, }: { online?: boolean; }): import("react/jsx-runtime").JSX.Element;