/**
 * @return the name of the default theme
 *
 */
export declare function getDefault(): Promise<string>;
export default getDefault;
