export declare type ColorType = 'info' | 'success' | 'danger' | 'warning' | 'primary' | 'white' | 'rose' | 'gray'; export declare type Override = Omit & T2; export declare type SizeType = 'tiny' | 'small' | 'normal' | 'large'; export declare const getColor: (color?: ColorType) => any; export declare const getRGBColor: (color: string) => string; export declare const getOpacityColor: (color: string) => (opacity: number) => string; export declare const getShadow: (color: string) => string; export declare const getHoverShadow: (color: string) => string; export declare const doopageLogo = "https://res-2.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco/argpgshyxeztagczhzqe"; export declare const listColor: string[]; export declare const getTextColor: (background: string) => string; export declare const isThemeColor: (color: string) => boolean;