/**
 * Generates Promptbook branding header for exported files
 *
 * @private utility of `<Chat/>` component
 */
export declare function getPromptbookBranding(shareUrl: string): string;
