import { LinkTheme } from '../types';
export declare function extractThemeFromToken(decodedUrl: string): LinkTheme | undefined;
