/**
 * Returns the legacy-only theme variables set on the given element, each paired with the Theming
 * API variable that replaces it, in the form reported to the user. Empty if none are set.
 */
export declare function _findLegacyOnlyVariables(eRootDiv: HTMLElement): string[];
