import { Component } from 'react';
/**
 * @slot {"name": "", "description": "Default slot to render the link label." }
 */
export declare class DSRLink extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
