/** * Class for listing all the available themes */ export declare class Themes { /** * Default theme name */ static default_theme: string; /** * Object for listing the themes */ static themes: any; constructor(); }