export declare const borderRadius: string; export declare const borderWidth: string; export declare const fontFamily = "Whyte Trial, Arial, Helvetica, sans-serif"; export declare const titleFontSize: string; export declare const desktopFontSize = "1.1vw"; export declare const mobileFontSize = "4.27vw"; export declare const fontSize: string; export declare const errorColor = "#E90E00";