export declare const colors: { primary: string; primaryLight: string; primaryVeryLight: string; secondary: string; secondaryLight: string; secondaryVeryLight: string; }; declare const TestTheme: any; export default TestTheme;