import { ViewType } from '../../layout/layout.model';
import { SdsViewTypeService } from '../../layout/view-type.service';
import * as i0 from "@angular/core";
export declare class SdsSignInLayoutComponent {
    service: SdsViewTypeService;
    readonly VIEW_TYPE: typeof ViewType;
    logo?: string;
    logoAlt?: string;
    color: string;
    constructor(service: SdsViewTypeService);
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsSignInLayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsSignInLayoutComponent, "sds-sign-in-layout", never, { "logo": { "alias": "logo"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
}
