import { InitSettings } from "../types";
export declare function privacyHtml(settings: InitSettings): string;
