import * as i0 from "@angular/core";
export type theme = 'cu-default' | 'cu-red' | 'cu-black' | 'cu-gray';
export type logo = 'cu-seal' | 'cu-45';
export declare class HeaderComponent {
    title?: string;
    subtitle?: string;
    theme: theme;
    logo: logo;
    useGradient: boolean;
    constructor();
    getClasses(): string[];
    static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "lib-header", never, { "title": "title"; "subtitle": "subtitle"; "theme": "theme"; "logo": "logo"; "useGradient": "useGradient"; }, {}, never, ["[unit-title]", "*"], false, never>;
}
