export declare class BiFooter { dark?: boolean; copyRightText?: string; borderTop?: boolean; hideAccreditationIcons?: boolean; hideSocialMediaIcons?: boolean; hideCopyRight?: boolean; render(): any; }