import { Component } from 'react';
/**
 * @slot {"name": "", "description": "Default slot to render the link label." }
 *
 * @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead.
 */
export declare class DSRLinkSocial extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
