import type { VariantMap } from './index'; export declare const DP_SOLID_TYPE_MAP: { default: { readonly backgroundColor: "#e6e6e6"; readonly hoverBackgroundColor: "#ccc"; readonly activeBackgroundColor: "#b8b8b8"; readonly color: "#333"; }; white: { readonly backgroundColor: "#fff"; readonly color: "#333"; }; twitter: { readonly backgroundColor: "#00aced"; readonly color: "#fff"; }; google: { readonly backgroundColor: "#e65d4b"; readonly color: "#fff"; }; linkedin: { readonly backgroundColor: "#0275b6"; readonly color: "#fff"; }; github: { readonly backgroundColor: "#555555"; readonly color: "#fff"; }; red: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; darkblue: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; blue: { backgroundColor: string; hoverBackgroundColor: string; activeBackgroundColor: string; color: string; }; }; export declare const DP_TYPE_MAP: VariantMap;