declare const Theme: {
    primaryColor: string;
    backgroundColor: string;
};
export default Theme;
