///
import { RecursivePartial } from '../typings';
import { ISocial } from '../components/core/blocks/basic/Social';
export declare type SocialProps = RecursivePartial & RecursivePartial & {
children?: JSX.Element | JSX.Element[] | string;
};
export declare function Social(props: SocialProps): JSX.Element;