import { PollUrlParamOptions } from '../types';
export declare function setPollUrlParams(urlString: string, options: PollUrlParamOptions): string;
export declare function getThemeFromPollUrl(url: string): string | null;
