import { ThemeInterface, ThemeTypography, TypographyColorObject, UIColorObject } from "../theme"; export declare const BRAND_UI_COLORS: UIColorObject; export declare const BRAND_TYPOGRAPHY_COLORS: TypographyColorObject; export declare const BRAND_TYPOGRAPHY: ThemeTypography; declare const CONRAD_THEME: ThemeInterface; export default CONRAD_THEME;