import { Link, Network, Phone } from 'ngx-obelisco-example/core/models';
import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import * as i0 from "@angular/core";
export declare class OFooterComponent {
    phoneCustomItems: Phone[];
    networkCustomItems: Network[];
    linkCustomItems: Link[];
    isPhoneSectionHidden: boolean;
    isNetworkSectionHidden: boolean;
    isLinkSectionHidden: boolean;
    indicatorText: string;
    customClasses: string;
    customClassesIndicator: string;
    oCustomContent?: OCustomContentDirective;
    static ɵfac: i0.ɵɵFactoryDeclaration<OFooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OFooterComponent, "o-footer", never, { "phoneCustomItems": "phoneCustomItems"; "networkCustomItems": "networkCustomItems"; "linkCustomItems": "linkCustomItems"; "isPhoneSectionHidden": "isPhoneSectionHidden"; "isNetworkSectionHidden": "isNetworkSectionHidden"; "isLinkSectionHidden": "isLinkSectionHidden"; "indicatorText": "indicatorText"; "customClasses": "customClasses"; "customClassesIndicator": "customClassesIndicator"; }, {}, ["oCustomContent"], ["*"], false>;
}
