export declare const Data: {
    defualt: {
        color: string;
        svg: string;
    };
    hashTag: {
        color: string;
        svg: string;
    };
    atsign: {
        color: string;
        svg: string;
    };
    "google.com": {
        color: string;
        svg: string;
    };
    "youtube.com": {
        color: string;
        svg: string;
    };
    "facebook.com": {
        color: string;
        svg: string;
    };
    "linkedin.com": {
        color: string;
        svg: string;
    };
    "stackoverflow.com": {
        color: string;
        svg: string;
    };
    "github.com": {
        color: string;
        svg: string;
    };
    "xbox.com": {
        color: string;
        svg: string;
    };
    "microsoft.com": {
        color: string;
        svg: string;
    };
    "skype.com": {
        color: string;
        svg: string;
    };
    "android.com": {
        color: string;
        svg: string;
    };
    "npmjs.com": {
        color: string;
        svg: string;
    };
};
