export declare class DbFooter { /** * The border attribute can be set to add a border on top of the footer. */ border?: boolean; /** * The copyright attribute can be set to enable a copyright string with current year. */ copyright?: boolean; private getCopyRight; render(): any; }