import React from 'react'; import { BoxSocialsProps } from './interfaces'; export declare function BoxSocials({ srcLinks, boxStyles }: BoxSocialsProps): React.JSX.Element;