declare const theme: {
    colors: {
        primary: {
            main: string;
            secondary: string;
            background: string;
        };
    };
    spacing: (factor: number) => string;
};
export default theme;
