export declare const gradients: { primary: string; }; export declare const shadows: { light: string; heavy: string; }; /** * Color palette with auto-generated light / dark colors from color configuration */ export declare const colors: { primaryDarker: string; primaryDark: string; primaryLight: string; primaryLighter: string; purpleDarker: string; purpleDark: string; purpleLight: string; purpleLighter: string; orangeDarker: string; orangeDark: string; orangeLight: string; orangeLighter: string; redDarker: string; redDark: string; redLight: string; redLighter: string; greenDarker: string; greenDark: string; greenLight: string; greenLighter: string; blueDarker: string; blueDark: string; blueLight: string; blueLighter: string; tealDarker: string; tealDark: string; tealLight: string; tealLighter: string; yellowDarker: string; yellowDark: string; yellowLight: string; yellowLighter: string; positiveDarker: string; positiveDark: string; positiveLight: string; neutralDarker: string; neutralDark: string; negativeDarker: string; negativeDark: string; negativeLight: string; primary: string; secondary: string; tertiary: string; purple: string; orange: string; red: string; green: string; blue: string; teal: string; yellow: string; positive: string; neutral: string; negative: string; white: string; grey50: string; grey100: string; grey200: string; grey300: string; grey400: string; grey500: string; grey600: string; opacity24: string; opacity54: string; copy: string; supportingCopy: string; placeholderCopy: string; disabled: string; background: string; backgroundPrimary: string; subheaderCopyBirth: string; subheaderCopyDeath: string; subheaderCopyMarriage: string; }; export type IColor = keyof typeof colors; //# sourceMappingURL=colors.d.ts.map