/** * setTitle * @param {*} title */ export declare const setDocumentTitle: (title: any) => void; /** * * @param {*} colors */ export declare const setCSSVariables: (colors: any) => void;