export declare namespace DsfrFollowNameConst {
    const DAILYMOTION = "dailymotion";
    const FACEBOOK = "facebook";
    const GITHUB = "github";
    const INSTAGRAM = "instagram";
    const LINKEDIN = "linkedin";
    const MASTODON = "mastodon";
    const SNAPCHAT = "snapchat";
    const TELEGRAM = "telegram";
    const TIKTOK = "tiktok";
    const TWITCH = "twitch";
    const TWITTER = "twitter";
    const X = "twitter-x";
    const VIMEO = "vimeo";
    const YOUTUBE = "youtube";
}
type Names = typeof DsfrFollowNameConst;
export type DsfrFollowName = Names[keyof Names];
export declare namespace DsfrFollowTypeConst {
    const NETWORKS = "networks";
    const NEWSLETTER = "newsletter";
    const NEWSLETTER_MAIL = "newsletter-mail";
    const NEWSLETTER_NETWORKS = "newsletter-networks";
    const NEWSLETTER_NETWORKS_MAIL = "newsletter-networks-mail";
}
type Types = typeof DsfrFollowTypeConst;
export type DsfrFollowType = Types[keyof Types];
export {};
