export declare const primaryColor: string; export declare const secondaryColor: string; export declare const tertiaryColor: string; export declare const quaternaryColor: string; export declare const quinaryColor: string; export declare const senaryColor: string; export declare const primaryDarker: string; export declare const quinaryDarker: string; export declare const infoColor: string; export declare const linkColor: string; export declare const linkVisitedColor: string; export declare const neutralColor: string; export declare const successColor: string; export declare const errorColor: string; export declare const warningColor: string; export declare const dangerColor: string;