export const THEME: Readonly<{ normal: "normal"; photography: "photography"; transparent: "transparent"; index: "index"; }>; export const THEME_PROP_TYPES: any; export const ARTICLE_THEME: Readonly<{ v2: { pink: string; default: string; photo: string; interactive: string; embedded: string; }; }>;