import "./variables-viewer.scss"; export declare class VariablesViewerModel { readonly text: string; readonly ariaLabel: string; constructor(text: string, ariaLabel: string); }