/** * @module style constants */ export declare const colors: { white: string; header: string; headerHover: string; text: string; errorText: string; }; export declare const fontSizes: { buttonText: string; }; export declare const breakpoints: { phone: number; }; export declare const spacing: { lineHeight: string; };