export declare class Footer {
el: HTMLIfxFooterElement;
currentYear: number;
/** Text shown in the footer copyright area. */
readonly copyrightText: string;
private hasColSlot;
private hasSocialsSlot;
componentWillLoad(): void;
componentDidLoad(): Promise;
render(): any;
}