/**
 * Provides the names of the theme-variables.
 */
export declare abstract class ThemeVariables {
    /**
     * The names of the theme-variables.
     */
    private static variableNames;
    /**
     * Initializes a new instance of the {@link ThemeVariables `ThemeVariables`} class.
     */
    private constructor();
    /**
     * Gets the names of the theme-variables.
     */
    static get Names(): string[];
}
