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