export declare class EnvironmentRibbonComponent { private _environment; _hidden: boolean; /** Environment name that will be displayed on the ribbon (as long as it does not start with prod) */ environment: string; private shouldShow; }