type DefaultTheme = any; export declare const getPalette: (theme: any, defaultTheme: DefaultTheme) => any; export {};