import { OnInit } from '@angular/core';
import { FooterConfig } from '../../models/footer.model';
import * as i0 from "@angular/core";
export declare class FooterComponent implements OnInit {
    config: FooterConfig;
    type: 'default' | 'compact';
    activeCategory: string | null;
    screenWidth: number;
    get themeClass(): string;
    get alignmentClass(): string;
    get gridClass(): string;
    get isCollapsible(): boolean;
    constructor();
    ngOnInit(): void;
    ngOnDestroy(): void;
    onResize(): void;
    toggleCategory(categoryTitle: string): void;
    isCategoryActive(categoryTitle: string): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "cfc-footer", never, { "config": { "alias": "config"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
}
