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