import * as _angular_core from '@angular/core'; import { TbxAppStateModel } from '@lacera/ngx-toolbox/app'; declare class TbxAboutComponent { /** Shows or hides the About dialog. */ show: _angular_core.InputSignal; /** The default image when one is not provided (lacera icon). */ image: _angular_core.InputSignal; /** Event raised when the user clicks to close the dialog. */ close: _angular_core.OutputEmitterRef; /** Gets or sets the application state. */ state: _angular_core.InputSignal; get copyrightYear(): string; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { TbxAboutComponent };