import type { SocialBlockProps } from '../types.js';
export declare function SocialBlock({ props }: {
    props: SocialBlockProps;
}): import("react/jsx-runtime").JSX.Element;
