export declare class BiFooterLinks { /** * Leading text. */ leadingText?: string; render(): any; }