/** Asynchronously loads the theme with the specified name. */
export declare const loadTheme: (name: string) => Promise<string | undefined>;
