/** * @class Footer */ export declare class Footer { /** * @param {Object} options: * columns: Array with data per column { title, items: [ { title, link } ] } * credits: html string * socials: Array with data per item { title, link, icon } * className: Extra class to customize */ root: any; constructor(options?: any); }