import { AmtThemeService } from '../services/amt-theme.service';
import * as i0 from "@angular/core";
export declare class AuthLayoutComponent {
    themeService: AmtThemeService;
    logoUrl: import("@angular/core").InputSignal<string>;
    bannerUrl: import("@angular/core").InputSignal<string>;
    constructor(themeService: AmtThemeService);
    static ɵfac: i0.ɵɵFactoryDeclaration<AuthLayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AuthLayoutComponent, "amt-auth-layout", never, { "logoUrl": { "alias": "logoUrl"; "required": false; "isSignal": true; }; "bannerUrl": { "alias": "bannerUrl"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
