import { Theme } from './types'; declare const theme: Theme; /** * Set the user defined theme if required * * @param {Theme} userDefinedTheme */ export declare function setTheme(userDefinedTheme: Partial): void; export default theme;