/** * Retrieves the theme class name from the closest parent element that matches the specified regex pattern. * * @param {HTMLElement} rootElement - The root element from which to start searching for the theme class. * @returns {string} - The theme class name regex. */ export declare function getThemeClassName(rootElement: HTMLElement): string | undefined;