export declare const THEME_OPTIONS: { key: string; title: string; }[]; export declare const FONT_OPTIONS: { key: string; title: string; }[]; export declare const COPY_TIMEOUT_MS = 2000; export declare const RESET_CONFIRMATION_MESSAGE = "Are you sure you want to reset all settings? This will delete all customizations from database and cookies, then reload the page."; //# sourceMappingURL=constants.d.ts.map