export declare const TWITTER: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const MESSENGER: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const FACEBOOK: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const GITHUB: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const LINKEDIN: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const WHATSAPP: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const REDDIT: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const PINTEREST: {
    backgroundColor: string;
    backgroundDarker: string;
};
export declare const YOUTUBE: {
    backgroundColor: string;
    backgroundDarker: string;
};
