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; static ɵcmp: i0.ɵɵComponentDeclaration; }