/**
* 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.
*/exportdeclarefunction_findLegacyOnlyVariables(eRootDiv: HTMLElement): string[];