export declare const useSocialTags: () => {
    updateSocialTags: (data: {}) => Promise<void>;
};
